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 | Class and Description |
---|---|
class |
GeospatialCollection
Wrapper for a collection of geospatials info.
|
class |
LineString
Represents a line string.
|
class |
MultiLineString
Represents a MuliLineString.
|
class |
MultiPoint
Represents a collection of points
Either Edm.GeographyMultiPoint or Edm.GeometryMultiPoint
|
class |
MultiPolygon
Represents a collection of polygons.
|
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
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.