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