Package | Description |
---|---|
javax.jdo.query.geospatial |
Package providing expressions representing geospatial types in building a typed JDOQL query.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MultiLineStringExpression<T>
Representation of a MultiLineString expression.
|
interface |
MultiPointExpression<T>
Representation of a MultiPoint expression.
|
interface |
MultiPolygonExpression<T>
Representation of a MultiPolygon expression.
|
Modifier and Type | Method and Description |
---|---|
GeometryCollectionExpression |
GeospatialHelper.geometryCollFromText(StringExpression wktExpr,
NumericExpression<Integer> sridExpr)
Construct a GeometryCollectionExpression given its text and SRID expressions.
|
GeometryCollectionExpression |
GeospatialHelper.geometryCollFromText(String wkt,
Integer srid)
Construct a GeometryCollectionExpression given its text and SRID values.
|
GeometryCollectionExpression |
GeospatialHelper.geometryCollFromWKB(ObjectExpression wkbExpr,
NumericExpression<Integer> sridExpr)
Construct a GeometryCollectionExpression given its WKB and SRID expressions.
|
GeometryCollectionExpression |
GeospatialHelper.geometryCollFromWKB(Object wkb,
Integer srid)
Construct a GeometryCollectionExpression given its WKB and SRID values.
|
Copyright © 2020. All rights reserved.