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