Package javax.jdo.query.geospatial
Package providing expressions representing geospatial types in building a typed JDOQL query.
These expressions are based loosely around the GIS types in the JTS/PostGIS libraries.
Note that these are DataNucleus extensions to the standard JDO API
-
Interface Summary Interface Description GeometryCollectionExpression<T> Representation of a GeometryCollection expression.GeometryExpression<T> Representation of a geometry expression.GeospatialHelper Helper builder for (DataNucleus vendor extension) Geospatial features.LinearRingExpression<T> Representation of a LinearRing expression.LineStringExpression<T> Representation of a LineString expression.MultiLineStringExpression<T> Representation of a MultiLineString expression.MultiPointExpression<T> Representation of a MultiPoint expression.MultiPolygonExpression<T> Representation of a MultiPolygon expression.PointExpression<T> Representation of a Point expression.PolygonExpression<T> Representation of a Polygon expression.