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