Uses of Class
org.apache.olingo.commons.api.edm.geo.Point
Packages that use Point
Package
Description
Contains representations for all geographical related
EDM objects created during the URI parsing
-
Uses of Point in org.apache.olingo.commons.api.edm.geo
Methods in org.apache.olingo.commons.api.edm.geo that return types with arguments of type PointModifier and TypeMethodDescriptionPolygon.getExterior()Gets exterior points.Polygon.getInterior()Gets interior points.Constructor parameters in org.apache.olingo.commons.api.edm.geo with type arguments of type PointModifierConstructorDescriptionLineString(Geospatial.Dimension dimension, SRID srid, List<Point> points) Creates a new LineStringMultiPoint(Geospatial.Dimension dimension, SRID srid, List<Point> points) Creates a new collection of pointsCreates a new polygon. -
Uses of Point in org.apache.olingo.commons.core.edm.primitivetype
Methods in org.apache.olingo.commons.core.edm.primitivetype that return PointModifier and TypeMethodDescriptionprotected PointAbstractGeospatialType.stringToPoint(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 Point