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