Package org.n52.series.db.beans
Interface HibernateRelations.HasGeometry
-
- All Known Subinterfaces:
AbstractDatastreamEntity
- All Known Implementing Classes:
AbstractDatasetEntity,AbstractFeatureEntity,AbstractMonitoringFeature,DatasetAggregationEntity,DatasetEntity,EnvironmentalMonitoringFacilityEntity,FeatureEntity,LocationEntity,MonitoringPointEntity,ProcedureEntity,SpecimenEntity,StaFeatureEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasGeometry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default org.locationtech.jts.geom.GeometrygetGeometry()GeometryEntitygetGeometryEntity()default booleanisSetGeometry()voidsetGeometry(org.locationtech.jts.geom.Geometry geometry)voidsetGeometryEntity(GeometryEntity geometryEntity)
-
-
-
Field Detail
-
GEOMETRY
static final String GEOMETRY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGeometryEntity
GeometryEntity getGeometryEntity()
-
setGeometryEntity
void setGeometryEntity(GeometryEntity geometryEntity)
-
getGeometry
default org.locationtech.jts.geom.Geometry getGeometry()
-
setGeometry
void setGeometry(org.locationtech.jts.geom.Geometry geometry)
-
isSetGeometry
default boolean isSetGeometry()
-
-