Uses of Interface
javax.jdo.query.ObjectExpression
Packages that use ObjectExpression
Package
Description
Package providing expressions representing geospatial types in building a typed JDOQL query.
-
Uses of ObjectExpression in javax.jdo.query.geospatial
Methods in javax.jdo.query.geospatial that return ObjectExpressionModifier and TypeMethodDescriptionGeometryExpression.toBinary()Returns the well-known binary representation.Methods in javax.jdo.query.geospatial with parameters of type ObjectExpressionModifier and TypeMethodDescriptionGeospatialHelper.geometryCollFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a GeometryCollectionExpression given its WKB and SRID expressions.GeospatialHelper.geometryFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a GeometryExpression given its WKB and SRID expressions.GeospatialHelper.lineStringFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a LineStringExpression given its WKB and SRID expressions.GeospatialHelper.multiLineStringFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a MultiLineStringExpression given its WKB and SRID expressions.GeospatialHelper.multiPointFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a MultiPointExpression given its WKB and SRID expressions.GeospatialHelper.multiPolygonFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a MultiPolygonExpression given its WKB and SRID expressions.GeospatialHelper.pointFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a PointExpression given its WKB and SRID expressions.GeospatialHelper.polygonFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a PolygonExpression given its WKB and SRID expressions.