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 interfaceMultiLineStringExpression<T>Representation of a MultiLineString expression.interfaceMultiPointExpression<T>Representation of a MultiPoint expression.interfaceMultiPolygonExpression<T>Representation of a MultiPolygon expression.Methods in javax.jdo.query.geospatial that return GeometryCollectionExpression Modifier and Type Method Description GeometryCollectionExpressionGeospatialHelper. geometryCollFromText(String wkt, Integer srid)Construct a GeometryCollectionExpression given its text and SRID values.GeometryCollectionExpressionGeospatialHelper. geometryCollFromText(StringExpression wktExpr, NumericExpression<Integer> sridExpr)Construct a GeometryCollectionExpression given its text and SRID expressions.GeometryCollectionExpressionGeospatialHelper. geometryCollFromWKB(Object wkb, Integer srid)Construct a GeometryCollectionExpression given its WKB and SRID values.GeometryCollectionExpressionGeospatialHelper. geometryCollFromWKB(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr)Construct a GeometryCollectionExpression given its WKB and SRID expressions.
-