Uses of Class
org.apache.olingo.commons.api.edm.geo.Polygon
Packages that use Polygon
Package
Description
Contains representations for all geographical related
EDM objects created during the URI parsing
-
Uses of Polygon in org.apache.olingo.commons.api.edm.geo
Constructor parameters in org.apache.olingo.commons.api.edm.geo with type arguments of type PolygonModifierConstructorDescriptionMultiPolygon(Geospatial.Dimension dimension, SRID srid, List<Polygon> polygons) Creates a collection of polygons -
Uses of Polygon in org.apache.olingo.commons.core.edm.primitivetype
Methods in org.apache.olingo.commons.core.edm.primitivetype that return PolygonModifier and TypeMethodDescriptionprotected PolygonAbstractGeospatialType.stringToPolygon(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 Polygon