public abstract class AbstractFeatureEntity<E> extends HierarchicalEntity<E> implements HibernateRelations.HasXml<AbstractFeatureEntity<E>>, HibernateRelations.HasGeometry<AbstractFeatureEntity<E>>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_FEATURE_TYPE |
static java.lang.String |
PROPERTY_GEOMETRY_ENTITY |
static java.lang.String |
PROPERTY_GEOMETRY_ENTITY_GEOMETRY |
static java.lang.String |
PROPERTY_GEOMETRY_ENTITY_LAT |
static java.lang.String |
PROPERTY_GEOMETRY_ENTITY_LON |
PROPERTY_CHILDREN, PROPERTY_PARENTSPROPERTY_CODESPACE, PROPERTY_CODESPACE_NAME, PROPERTY_DESCRIPTION, PROPERTY_DOMAIN_ID, PROPERTY_IDENTIFIER, PROPERTY_IDENTIFIER_CODESPACE, PROPERTY_NAME, PROPERTY_NAME_CODESPACE, PROPERTY_SERVICEPROPERTY_IDXMLGEOMETRYLOCALE_REGEXIDENTIFIERIDENTIFIER_CODESPACENAMENAME_CODESPACEDESCRIPTION| Constructor and Description |
|---|
AbstractFeatureEntity() |
| Modifier and Type | Method and Description |
|---|---|
FormatEntity |
getFeatureType() |
GeometryEntity |
getGeometryEntity() |
java.lang.String |
getUrl() |
java.lang.String |
getXml() |
boolean |
isSetFeatureType() |
boolean |
isSetUrl() |
AbstractFeatureEntity<E> |
setFeatureType(FormatEntity featureType) |
AbstractFeatureEntity<E> |
setGeometry(org.locationtech.jts.geom.Geometry geometry) |
AbstractFeatureEntity<E> |
setGeometryEntity(GeometryEntity geometryEntity) |
AbstractFeatureEntity<E> |
setUrl(java.lang.String url) |
AbstractFeatureEntity<E> |
setXml(java.lang.String xml) |
addChild, addParent, getChildren, getParents, hasChildren, hasParents, setChildren, setParentsgetDescription, getIdentifier, getIdentifierCodespace, getName, getNameCodespace, getParameters, getService, getTranslations, setDescription, setIdentifier, setIdentifierCodespace, setName, setNameCodespace, setParameters, setService, setTranslations, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisSetXmlgetGeometry, isSetGeometrygetCountryCode, getDescriptionI18n, getLabelFrom, getMappedParameters, getMatchingLocale, getNameI18n, getTranslation, hasParameters, isDomainAvailable, isi18nNameAvailable, isNameAvailable, noTranslationAvailablegetDomain, isSetDomain, isSetIdentifier, setDomainisSetIdentifierCodespaceisSetNameisSetNameCodespaceisSetDescriptiongetId, setIdpublic static final java.lang.String PROPERTY_GEOMETRY_ENTITY
public static final java.lang.String PROPERTY_GEOMETRY_ENTITY_GEOMETRY
public static final java.lang.String PROPERTY_GEOMETRY_ENTITY_LAT
public static final java.lang.String PROPERTY_GEOMETRY_ENTITY_LON
public static final java.lang.String PROPERTY_FEATURE_TYPE
public GeometryEntity getGeometryEntity()
getGeometryEntity in interface HibernateRelations.HasGeometry<AbstractFeatureEntity<E>>public AbstractFeatureEntity<E> setGeometry(org.locationtech.jts.geom.Geometry geometry)
setGeometry in interface HibernateRelations.HasGeometry<AbstractFeatureEntity<E>>public AbstractFeatureEntity<E> setGeometryEntity(GeometryEntity geometryEntity)
setGeometryEntity in interface HibernateRelations.HasGeometry<AbstractFeatureEntity<E>>public java.lang.String getXml()
getXml in interface HibernateRelations.HasXml<AbstractFeatureEntity<E>>public AbstractFeatureEntity<E> setXml(java.lang.String xml)
setXml in interface HibernateRelations.HasXml<AbstractFeatureEntity<E>>public FormatEntity getFeatureType()
public AbstractFeatureEntity<E> setFeatureType(FormatEntity featureType)
public boolean isSetFeatureType()
public java.lang.String getUrl()
public AbstractFeatureEntity<E> setUrl(java.lang.String url)
public boolean isSetUrl()
Copyright © 2015–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.