public class LocationEntity extends StaDescribableEntity implements Serializable, HibernateRelations.HasGeometry<LocationEntity>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DESCRIPTION |
static String |
PROPERTY_GEOMETRY_ENTITY |
static String |
PROPERTY_LOCATION_ENCODINT |
static String |
PROPERTY_NAME |
PROPERTY_CODESPACE, PROPERTY_CODESPACE_NAME, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER, PROPERTY_IDENTIFIER_CODESPACE, PROPERTY_NAME_CODESPACE, PROPERTY_SERVICE, PROPERTY_STA_IDENTIFIERPROPERTY_IDGEOMETRYLOCALE_REGEXSTA_IDENTIFIERIDENTIFIERIDENTIFIER_CODESPACENAMENAME_CODESPACEDESCRIPTIONPARAMETERS| Constructor and Description |
|---|
LocationEntity() |
| Modifier and Type | Method and Description |
|---|---|
LocationEntity |
addHistoricalLocation(HistoricalLocationEntity historicalLocationEntity) |
boolean |
equals(Object obj) |
GeometryEntity |
getGeometryEntity() |
Set<HistoricalLocationEntity> |
getHistoricalLocations() |
String |
getLocation() |
FormatEntity |
getLocationEncoding() |
Set<PlatformEntity> |
getThings() |
int |
hashCode() |
boolean |
hasHistoricalLocations() |
boolean |
hasLocation() |
boolean |
hasThings() |
LocationEntity |
setGeometry(org.locationtech.jts.geom.Geometry geometry) |
LocationEntity |
setGeometryEntity(GeometryEntity geometryEntity) |
LocationEntity |
setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocationEntities) |
LocationEntity |
setLocation(String location) |
LocationEntity |
setLocationEncoding(FormatEntity locationEncoding) |
LocationEntity |
setThings(Set<PlatformEntity> thingEntities) |
isProcessed, setProcessedgetDescription, getIdentifier, getIdentifierCodespace, getName, getNameCodespace, getParameters, getService, getStaIdentifier, getTranslations, setDescription, setIdentifier, setIdentifierCodespace, setName, setNameCodespace, setParameters, setService, setStaIdentifier, setTranslations, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetGeometry, isSetGeometrygetCountryCode, getDescriptionI18n, getLabelFrom, getMappedParameters, getMatchingLocale, getNameI18n, getTranslation, hasService, hasTranslations, isDomainAvailable, isi18nNameAvailable, isNameAvailable, noTranslationAvailableaddFragment, addHost, addPath, addPort, addValue, addValue, addValues, generateUUID, isSetStaIdentifier, processIdentifierForStagetDomain, isSetDomain, isSetIdentifier, setDomain, setIdentifierisSetIdentifierCodespaceisSetNameisSetNameCodespaceisSetDescriptiongetId, setIdhasParameterspublic static final String PROPERTY_NAME
public static final String PROPERTY_DESCRIPTION
public static final String PROPERTY_GEOMETRY_ENTITY
public static final String PROPERTY_LOCATION_ENCODINT
public FormatEntity getLocationEncoding()
public LocationEntity setLocationEncoding(FormatEntity locationEncoding)
public String getLocation()
public LocationEntity setLocation(String location)
public boolean hasLocation()
public GeometryEntity getGeometryEntity()
getGeometryEntity in interface HibernateRelations.HasGeometry<LocationEntity>public LocationEntity setGeometry(org.locationtech.jts.geom.Geometry geometry)
setGeometry in interface HibernateRelations.HasGeometry<LocationEntity>public LocationEntity setGeometryEntity(GeometryEntity geometryEntity)
setGeometryEntity in interface HibernateRelations.HasGeometry<LocationEntity>public Set<PlatformEntity> getThings()
public LocationEntity setThings(Set<PlatformEntity> thingEntities)
public boolean hasThings()
public Set<HistoricalLocationEntity> getHistoricalLocations()
public LocationEntity setHistoricalLocations(Set<HistoricalLocationEntity> historicalLocationEntities)
public LocationEntity addHistoricalLocation(HistoricalLocationEntity historicalLocationEntity)
public boolean hasHistoricalLocations()
public int hashCode()
hashCode in class StaDescribableEntitypublic boolean equals(Object obj)
equals in class StaDescribableEntityCopyright © 2015–2020 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.