Package org.n52.series.db.beans
Class AbstractFeatureEntity<E>
- java.lang.Object
-
- org.n52.series.db.beans.IdEntity
-
- org.n52.series.db.beans.DescribableEntity
-
- org.n52.series.db.beans.HierarchicalEntity<E>
-
- org.n52.series.db.beans.AbstractFeatureEntity<E>
-
- All Implemented Interfaces:
Serializable,Describable,HibernateRelations.HasDatasets,HibernateRelations.HasDescription,HibernateRelations.HasDescriptionTranslation,HibernateRelations.HasGeometry,HibernateRelations.HasId,HibernateRelations.HasIdentifier,HibernateRelations.HasIdentifierCodespace,HibernateRelations.HasName,HibernateRelations.HasNameCodespace,HibernateRelations.HasNameTranslation,HibernateRelations.HasParameters,HibernateRelations.HasStaIdentifier,HibernateRelations.HasTranslations,HibernateRelations.HasXml,HibernateRelations.IsStaEntity,IdentifierNameDescriptionEntity
- Direct Known Subclasses:
FeatureEntity,StaFeatureEntity
public abstract class AbstractFeatureEntity<E> extends HierarchicalEntity<E> implements HibernateRelations.HasXml, HibernateRelations.HasGeometry, HibernateRelations.HasDatasets, HibernateRelations.IsStaEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_FEATURE_TYPEstatic StringPROPERTY_GEOMETRYstatic StringPROPERTY_GEOMETRY_ENTITYstatic StringPROPERTY_GEOMETRY_ENTITY_GEOMETRYstatic StringPROPERTY_GEOMETRY_ENTITY_LATstatic StringPROPERTY_GEOMETRY_ENTITY_LON-
Fields inherited from class org.n52.series.db.beans.HierarchicalEntity
PROPERTY_CHILDREN, PROPERTY_PARENTS
-
Fields inherited from class org.n52.series.db.beans.DescribableEntity
PROPERTY_CODESPACE, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER, PROPERTY_IDENTIFIER_CODESPACE, PROPERTY_SERVICE, PROPERTY_SERVICE_ID, PROPERTY_STA_IDENTIFIER
-
Fields inherited from class org.n52.series.db.beans.IdEntity
PROPERTY_ID
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasDatasets
DATASETS, PROPERTY_DATASETS
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
DESCRIPTION, PROPERTY_DESCRIPTION
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasGeometry
GEOMETRY
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifier
IDENTIFIER
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifierCodespace
IDENTIFIER_CODESPACE
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasName
NAME, PROPERTY_NAME
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasNameCodespace
NAME_CODESPACE, PROPERTY_CODESPACE_NAME, PROPERTY_NAME_CODESPACE
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasParameters
PARAMETERS
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasStaIdentifier
STA_IDENTIFIER
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasTranslations
LOCALE_REGEX, PROPERTY_TRANSLATIONS, TRANSLATIONS
-
Fields inherited from interface org.n52.series.db.beans.HibernateRelations.HasXml
XML
-
-
Constructor Summary
Constructors Constructor Description AbstractFeatureEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<DatasetEntity>getDatasets()FormatEntitygetFeatureType()GeometryEntitygetGeometryEntity()StringgetUrl()StringgetXml()booleanisSetFeatureType()booleanisSetUrl()voidsetDatasets(Set<DatasetEntity> datasets)voidsetFeatureType(FormatEntity featureType)voidsetGeometry(org.locationtech.jts.geom.Geometry geometry)voidsetGeometryEntity(GeometryEntity geometryEntity)voidsetUrl(String url)voidsetXml(String xml)-
Methods inherited from class org.n52.series.db.beans.HierarchicalEntity
addChild, addParent, getChildren, getParents, hasChildren, hasParents, setChildren, setParents
-
Methods inherited from class org.n52.series.db.beans.DescribableEntity
addParameter, addParameters, equals, getDescription, getIdentifier, getIdentifierCodespace, getName, getNameCodespace, getParameters, getService, getStaIdentifier, getTranslations, hashCode, setDescription, setIdentifier, setIdentifierCodespace, setName, setNameCodespace, setParameters, setService, setStaIdentifier, setTranslations, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.series.db.beans.Describable
getCountryCode, getDescriptionI18n, getLabelFrom, getMappedParameters, getMatchingLocale, getNameI18n, getTranslation, hasService, isDomainAvailable, isi18nNameAvailable, isNameAvailable, noTranslationAvailable
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasDatasets
hasDatasets
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasDescription
isSetDescription
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasGeometry
getGeometry, isSetGeometry
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasId
getId, setId
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifier
getDomain, isSetDomain, isSetIdentifier, setDomain, setIdentifier
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasIdentifierCodespace
isSetIdentifierCodespace
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasName
isSetName
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasNameCodespace
isSetNameCodespace
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasParameters
hasParameters
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasStaIdentifier
addFragment, addHost, addPath, addPort, addValue, addValue, addValues, generateUUID, isSetStaIdentifier, processIdentifierForSta
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasTranslations
hasTranslations
-
Methods inherited from interface org.n52.series.db.beans.HibernateRelations.HasXml
isSetXml
-
-
-
-
Field Detail
-
PROPERTY_GEOMETRY_ENTITY
public static final String PROPERTY_GEOMETRY_ENTITY
- See Also:
- Constant Field Values
-
PROPERTY_GEOMETRY
public static final String PROPERTY_GEOMETRY
- See Also:
- Constant Field Values
-
PROPERTY_GEOMETRY_ENTITY_GEOMETRY
public static final String PROPERTY_GEOMETRY_ENTITY_GEOMETRY
- See Also:
- Constant Field Values
-
PROPERTY_GEOMETRY_ENTITY_LAT
public static final String PROPERTY_GEOMETRY_ENTITY_LAT
- See Also:
- Constant Field Values
-
PROPERTY_GEOMETRY_ENTITY_LON
public static final String PROPERTY_GEOMETRY_ENTITY_LON
- See Also:
- Constant Field Values
-
PROPERTY_FEATURE_TYPE
public static final String PROPERTY_FEATURE_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGeometryEntity
public GeometryEntity getGeometryEntity()
- Specified by:
getGeometryEntityin interfaceHibernateRelations.HasGeometry
-
setGeometry
public void setGeometry(org.locationtech.jts.geom.Geometry geometry)
- Specified by:
setGeometryin interfaceHibernateRelations.HasGeometry
-
setGeometryEntity
public void setGeometryEntity(GeometryEntity geometryEntity)
- Specified by:
setGeometryEntityin interfaceHibernateRelations.HasGeometry
-
getXml
public String getXml()
- Specified by:
getXmlin interfaceHibernateRelations.HasXml
-
setXml
public void setXml(String xml)
- Specified by:
setXmlin interfaceHibernateRelations.HasXml
-
getFeatureType
public FormatEntity getFeatureType()
-
setFeatureType
public void setFeatureType(FormatEntity featureType)
-
isSetFeatureType
public boolean isSetFeatureType()
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
isSetUrl
public boolean isSetUrl()
-
getDatasets
public Set<DatasetEntity> getDatasets()
- Specified by:
getDatasetsin interfaceHibernateRelations.HasDatasets
-
setDatasets
public void setDatasets(Set<DatasetEntity> datasets)
- Specified by:
setDatasetsin interfaceHibernateRelations.HasDatasets
-
-