Class GeoLocation
- java.lang.Object
-
- de.digitalcollections.model.identifiable.Identifiable
-
- de.digitalcollections.model.identifiable.entity.Entity
-
- de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation
-
- Direct Known Subclasses:
HumanSettlement
public class GeoLocation extends Entity
A location located on earth.
-
-
Field Summary
Fields Modifier and Type Field Description protected GeoLocationTypegeoLocationType-
Fields inherited from class de.digitalcollections.model.identifiable.entity.Entity
customAttributes, entityType, refId
-
Fields inherited from class de.digitalcollections.model.identifiable.Identifiable
created, description, identifiers, label, lastModified, previewImage, previewImageRenderingHints, type
-
-
Constructor Summary
Constructors Constructor Description GeoLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateLocationgetCoordinateLocation()GeoLocationTypegetGeoLocationType()DoublegetLatitude()DoublegetLongitude()voidsetCoordinateLocation(CoordinateLocation coordinateLocation)voidsetGeoLocationType(GeoLocationType geoLocationType)-
Methods inherited from class de.digitalcollections.model.identifiable.entity.Entity
equals, getCustomAttribute, getCustomAttributes, getEntityType, getRefId, hashCode, setCustomAttribute, setCustomAttributes, setEntityType, setRefId
-
Methods inherited from class de.digitalcollections.model.identifiable.Identifiable
addIdentifier, getCreated, getDescription, getIdentifierByNamespace, getIdentifiers, getLabel, getLastModified, getPreviewImage, getPreviewImageRenderingHints, getType, getUuid, setCreated, setDescription, setIdentifiers, setLabel, setLabel, setLastModified, setPreviewImage, setPreviewImageRenderingHints, setType, setUuid
-
-
-
-
Field Detail
-
geoLocationType
protected GeoLocationType geoLocationType
-
-
Method Detail
-
getCoordinateLocation
public CoordinateLocation getCoordinateLocation()
-
getGeoLocationType
public GeoLocationType getGeoLocationType()
-
getLatitude
public Double getLatitude()
-
getLongitude
public Double getLongitude()
-
setCoordinateLocation
public void setCoordinateLocation(CoordinateLocation coordinateLocation)
-
setGeoLocationType
public void setGeoLocationType(GeoLocationType geoLocationType)
-
-