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