Uses of Interface
javax.jdo.query.geospatial.MultiLineStringExpression
Packages that use MultiLineStringExpression
Package
Description
Package providing expressions representing geospatial types in building a typed JDOQL query.
-
Uses of MultiLineStringExpression in javax.jdo.query.geospatial
Methods in javax.jdo.query.geospatial that return MultiLineStringExpressionModifier and TypeMethodDescriptionGeospatialHelper.multiLineStringFromText
(String wkt, Integer srid) Construct a MultiLineStringExpression given its text and SRID values.GeospatialHelper.multiLineStringFromText
(StringExpression wktExpr, NumericExpression<Integer> sridExpr) Construct a MultiLineStringExpression given its text and SRID expressions.GeospatialHelper.multiLineStringFromWKB
(Object wkb, Integer srid) Construct a MultiLineStringExpression given its WKB and SRID values.GeospatialHelper.multiLineStringFromWKB
(ObjectExpression wkbExpr, NumericExpression<Integer> sridExpr) Construct a MultiLineStringExpression given its WKB and SRID expressions.