Package | Description |
---|---|
org.apache.olingo.commons.api.edm.geo |
Contains representations for all geographical related
EDM objects created during the URI parsing
|
Modifier and Type | Method and Description |
---|---|
ComposedGeospatial<Point> |
Polygon.getExterior()
Gets exterior points.
|
ComposedGeospatial<Point> |
Polygon.getInterior()
Gets interior points.
|
Constructor and Description |
---|
LineString(Geospatial.Dimension dimension,
SRID srid,
List<Point> points)
Creates a new LineString
|
MultiPoint(Geospatial.Dimension dimension,
SRID srid,
List<Point> points)
Creates a new collection of points
|
Polygon(Geospatial.Dimension dimension,
SRID srid,
List<Point> interior,
List<Point> exterior)
Creates a new polygon.
|
Polygon(Geospatial.Dimension dimension,
SRID srid,
List<Point> interior,
List<Point> exterior)
Creates a new polygon.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.