Uses of Class
org.apache.olingo.commons.api.edm.geo.LineString
Packages that use LineString
Package
Description
Contains representations for all geographical related
EDM objects created during the URI parsing
-
Uses of LineString in org.apache.olingo.commons.api.edm.geo
Constructor parameters in org.apache.olingo.commons.api.edm.geo with type arguments of type LineStringModifierConstructorDescriptionMultiLineString(Geospatial.Dimension dimension, SRID srid, List<LineString> lineStrings) Creates a new MultiLineString -
Uses of LineString in org.apache.olingo.commons.core.edm.primitivetype
Methods in org.apache.olingo.commons.core.edm.primitivetype that return LineStringModifier and TypeMethodDescriptionprotected LineStringAbstractGeospatialType.stringToLineString(String value, Boolean isNullable, Integer maxLength, Integer precision, Integer scale, Boolean isUnicode) Methods in org.apache.olingo.commons.core.edm.primitivetype with parameters of type LineString