Uses of Interface
javax.jdo.query.geospatial.GeometryCollectionExpression
-
Packages that use GeometryCollectionExpression Package Description javax.jdo.query.geospatial Package providing expressions representing geospatial types in building a typed JDOQL query. -
-
Uses of GeometryCollectionExpression in javax.jdo.query.geospatial
Subinterfaces of GeometryCollectionExpression in javax.jdo.query.geospatial Modifier and Type Interface 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.Methods in javax.jdo.query.geospatial that return GeometryCollectionExpression Modifier and Type Method Description GeometryCollectionExpression
GeospatialHelper. geometryCollFromText(java.lang.String wkt, java.lang.Integer srid)
Construct a GeometryCollectionExpression given its text and SRID values.GeometryCollectionExpression
GeospatialHelper. geometryCollFromText(StringExpression wktExpr, NumericExpression<java.lang.Integer> sridExpr)
Construct a GeometryCollectionExpression given its text and SRID expressions.GeometryCollectionExpression
GeospatialHelper. geometryCollFromWKB(java.lang.Object wkb, java.lang.Integer srid)
Construct a GeometryCollectionExpression given its WKB and SRID values.GeometryCollectionExpression
GeospatialHelper. geometryCollFromWKB(ObjectExpression wkbExpr, NumericExpression<java.lang.Integer> sridExpr)
Construct a GeometryCollectionExpression given its WKB and SRID expressions.
-