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(java.lang.String wkt, java.lang.Integer srid)Construct a GeometryCollectionExpression given its text and SRID values.GeometryCollectionExpressionGeospatialHelper. geometryCollFromText(StringExpression wktExpr, NumericExpression<java.lang.Integer> sridExpr)Construct a GeometryCollectionExpression given its text and SRID expressions.GeometryCollectionExpressionGeospatialHelper. geometryCollFromWKB(java.lang.Object wkb, java.lang.Integer srid)Construct a GeometryCollectionExpression given its WKB and SRID values.GeometryCollectionExpressionGeospatialHelper. geometryCollFromWKB(ObjectExpression wkbExpr, NumericExpression<java.lang.Integer> sridExpr)Construct a GeometryCollectionExpression given its WKB and SRID expressions.
-