Class Polygon

java.lang.Object
org.apache.olingo.commons.api.edm.geo.Geospatial
org.apache.olingo.commons.api.edm.geo.Polygon

public class Polygon extends Geospatial
Polygon.
  • Constructor Details

    • Polygon

      public Polygon(Geospatial.Dimension dimension, SRID srid, List<Point> interior, List<Point> exterior)
      Deprecated.
      Creates a new polygon.
      Parameters:
      dimension - Dimension of the polygon
      srid - SRID values
      interior - List of interior points
      exterior - List of exterior point
    • Polygon

      public Polygon(Geospatial.Dimension dimension, SRID srid, List<LineString> interiors, LineString exterior)
      Creates a new polygon.
      Parameters:
      dimension - Dimension of the polygon
      srid - SRID values
      interiors - List of interior rings
      exterior - Ring of exterior point
  • Method Details