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()
Deprecated.Polygon.getInterior
(int n) Gets the nth interior ringConstructor 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 pointsDeprecated.