Package | Description |
---|---|
javax.jdo.query.geospatial |
Package providing expressions representing geospatial types in building a typed JDOQL query.
|
Modifier and Type | Method and Description |
---|---|
ObjectExpression |
GeometryExpression.toBinary()
Returns the well-known binary representation.
|
Modifier and Type | Method and Description |
---|---|
GeometryCollectionExpression |
GeospatialHelper.geometryCollFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a GeometryCollectionExpression given its WKB and SRID expressions.
|
GeometryExpression |
GeospatialHelper.geometryFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a GeometryExpression given its WKB and SRID expressions.
|
LineStringExpression |
GeospatialHelper.lineStringFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a LineStringExpression given its WKB and SRID expressions.
|
MultiLineStringExpression |
GeospatialHelper.multiLineStringFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a MultiLineStringExpression given its WKB and SRID expressions.
|
MultiPointExpression |
GeospatialHelper.multiPointFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a MultiPointExpression given its WKB and SRID expressions.
|
MultiPolygonExpression |
GeospatialHelper.multiPolygonFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a MultiPolygonExpression given its WKB and SRID expressions.
|
PointExpression |
GeospatialHelper.pointFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a PointExpression given its WKB and SRID expressions.
|
PolygonExpression |
GeospatialHelper.polygonFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a PolygonExpression given its WKB and SRID expressions.
|
Copyright © 2020. All rights reserved.