public interface Place extends ContextualClass
| Modifier and Type | Method and Description |
|---|---|
Float |
getAltitude() |
Map<String,List<String>> |
getDcTermsHasPart() |
Map<String,List<String>> |
getIsPartOf()
Retrieves the dcterms:isPartOf fields for a Place
|
Float |
getLatitude()
Retrieves the latitude of a Place
|
Float |
getLongitude()
Retrieves the longitude of a Place
|
String[] |
getOwlSameAs() |
Map<String,Float> |
getPosition() |
void |
setAltitude(Float altitude)
set the altitude for a place
|
void |
setDcTermsHasPart(Map<String,List<String>> dcTermsHasPart)
sets the dcterms:hasPart for a Place
|
void |
setIsPartOf(Map<String,List<String>> isPartOf)
Set the dcterms:isPartOf fields for a Place
|
void |
setLatitude(Float latitude)
Set the latitude for a place
|
void |
setLongitude(Float longitude)
Set the longitude for a place
|
void |
setOwlSameAs(String[] owlSameAs)
sets the owl:sameAs for a place
|
void |
setPosition(Map<String,Float> position)
sets the position for a place
|
getAltLabel, getHiddenLabel, getNote, getPrefLabel, setAltLabel, setHiddenLabel, setNote, setPrefLabelgetAbout, getId, setAbout, setIdMap<String,List<String>> getIsPartOf()
Float getLatitude()
Float getLongitude()
void setIsPartOf(Map<String,List<String>> isPartOf)
isPartOf - A String array representing the dcterms:isPartOf fields for a
Placevoid setLatitude(Float latitude)
latitude - A float representing the latitude of a Placevoid setLongitude(Float longitude)
longitude - A float representing the longitude of a Placevoid setAltitude(Float altitude)
altitude - Float getAltitude()
void setPosition(Map<String,Float> position)
position - void setDcTermsHasPart(Map<String,List<String>> dcTermsHasPart)
dcTermsHasPart - Map<String,List<String>> getDcTermsHasPart()
void setOwlSameAs(String[] owlSameAs)
owlSameAs - String[] getOwlSameAs()
Copyright © 2018 Europeana Foundation. All rights reserved.