Interface GeoLocation
- All Superinterfaces:
Entity,Identifiable
- All Known Subinterfaces:
HumanSettlement
- All Known Implementing Classes:
GeoLocationImpl,HumanSettlementImpl
public interface GeoLocation extends Entity
A location located on earth.
-
Method Summary
Modifier and Type Method Description CoordinateLocationgetCoordinateLocation()GeoLocationTypegetGeoLocationType()voidsetCoordinateLocation(CoordinateLocation coordinateLocation)voidsetGeoLocationType(GeoLocationType geoLocationType)Methods inherited from interface de.digitalcollections.model.api.identifiable.entity.Entity
getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hasCustomAttribute, setCustomAttribute, setCustomAttributes, setEntityType, setRefIdMethods inherited from interface de.digitalcollections.model.api.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
Method Details
-
getCoordinateLocation
CoordinateLocation getCoordinateLocation() -
setCoordinateLocation
-
getGeoLocationType
GeoLocationType getGeoLocationType() -
setGeoLocationType
-