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