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