Package | Description |
---|---|
org.apache.olingo.commons.api.edm.geo |
Modifier and Type | Method and Description |
---|---|
ComposedGeospatial<Point> |
Polygon.getExterior()
Gets exterior points.
|
ComposedGeospatial<Point> |
Polygon.getInterior()
Gest interior points.
|
Constructor and Description |
---|
LineString(Geospatial.Dimension dimension,
SRID srid,
List<Point> points) |
MultiPoint(Geospatial.Dimension dimension,
SRID srid,
List<Point> points) |
Polygon(Geospatial.Dimension dimension,
SRID srid,
List<Point> interior,
List<Point> exterior) |
Polygon(Geospatial.Dimension dimension,
SRID srid,
List<Point> interior,
List<Point> exterior) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.