Uses of Interface
javax.jdo.query.geospatial.GeometryCollectionExpression
Packages that use GeometryCollectionExpression
Package
Description
Package providing expressions representing geospatial types in building a typed JDOQL query.
-
Uses of GeometryCollectionExpression in javax.jdo.query.geospatial
Subinterfaces of GeometryCollectionExpression in javax.jdo.query.geospatialModifier and TypeInterfaceDescriptioninterface
Representation of a MultiLineString expression.interface
Representation of a MultiPoint expression.interface
Representation of a MultiPolygon expression.Methods in javax.jdo.query.geospatial that return GeometryCollectionExpressionModifier and TypeMethodDescriptionGeospatialHelper.geometryCollFromText
(String wkt, Integer srid) Construct a GeometryCollectionExpression given its text and SRID values.GeospatialHelper.geometryCollFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a GeometryCollectionExpression given its text and SRID expressions.GeospatialHelper.geometryCollFromWKB
(Object wkb, Integer srid) Construct a GeometryCollectionExpression given its WKB and SRID values.GeospatialHelper.geometryCollFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a GeometryCollectionExpression given its WKB and SRID expressions.