Package | Description |
---|---|
javax.jdo.query.geospatial |
Package providing expressions representing geospatial types in building a typed JDOQL query.
|
Modifier and Type | Method and Description |
---|---|
PointExpression |
GeospatialHelper.pointFromText(StringExpression wktExpr,
NumericExpression<Integer> sridExpr)
Construct a PointExpression given its text and SRID expressions.
|
PointExpression |
GeospatialHelper.pointFromText(String wkt,
Integer srid)
Construct a PointExpression given its text and SRID values.
|
PointExpression |
GeospatialHelper.pointFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a PointExpression given its WKB and SRID expressions.
|
PointExpression |
GeospatialHelper.pointFromWKB(Object wkb,
Integer srid)
Construct a PointExpression given its WKB and SRID values.
|
Copyright © 2020. All rights reserved.