Uses of Interface
javax.jdo.query.geospatial.MultiPointExpression
Packages that use MultiPointExpression
Package
Description
Package providing expressions representing geospatial types in building a typed JDOQL query.
-
Uses of MultiPointExpression in javax.jdo.query.geospatial
Methods in javax.jdo.query.geospatial that return MultiPointExpressionModifier and TypeMethodDescriptionGeospatialHelper.multiPointFromText
(String wkt, Integer srid) Construct a MultiPointExpression given its text and SRID values.GeospatialHelper.multiPointFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a MultiPointExpression given its text and SRID expressions.GeospatialHelper.multiPointFromWKB
(Object wkb, Integer srid) Construct a MultiPointExpression given its WKB and SRID values.GeospatialHelper.multiPointFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a MultiPointExpression given its WKB and SRID expressions.