Package org.n52.series.db.beans
Interface HibernateRelations.HasSamplingGeometry
-
- All Known Implementing Classes:
AbstractObservationEntity
- Enclosing interface:
- HibernateRelations
public static interface HibernateRelations.HasSamplingGeometry
-
-
Field Summary
Fields Modifier and Type Field Description static StringSAMPLING_GEOMETRY
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.locationtech.jts.geom.GeometrygetSamplingGeometry()default booleanhasSamplingGeometry()voidsetSamplingGeometry(org.locationtech.jts.geom.Geometry samplingGeometry)
-
-
-
Field Detail
-
SAMPLING_GEOMETRY
static final String SAMPLING_GEOMETRY
- See Also:
- Constant Field Values
-
-