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()
Deprecated.
|
ComposedGeospatial<Point> |
Polygon.getInterior(int n)
Gets the nth interior ring
|
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)
Deprecated.
|
Polygon(Geospatial.Dimension dimension,
SRID srid,
List<Point> interior,
List<Point> exterior)
Deprecated.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.