Package | Description |
---|---|
org.apache.olingo.commons.api.data |
Contains all the data objects of OData responses and OData requests
|
org.apache.olingo.commons.api.edm.annotation |
Contains representations for all annotation related
EDM objects created during the URI parsing
|
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 |
---|---|
Geospatial |
Valuable.asGeospatial()
Get the value in its geospatial representation or null if it is not based on a geospatial ValueType
|
Modifier and Type | Method and Description |
---|---|
Geospatial |
EdmConstantExpression.asGeospatial()
Return the geospatial object or null if this expression is of type primitive or enum.
|
Modifier and Type | Class and Description |
---|---|
class |
ComposedGeospatial<T extends Geospatial>
Abstract base class for all Geometries that are composed out of other geospatial elements.
|
Modifier and Type | Class and Description |
---|---|
class |
ComposedGeospatial<T extends Geospatial>
Abstract base class for all Geometries that are composed out of other geospatial elements.
|
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.
|
class |
Point
Represents a point, either Edm.GeographyPoint or Edm.GeometryPoint.
|
class |
Polygon
Polygon.
|
Constructor and Description |
---|
GeospatialCollection(Geospatial.Dimension dimension,
SRID srid,
List<Geospatial> geospatials)
Creates a new collection of geospatial types.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.