| 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
|
| org.apache.olingo.commons.core.edm.annotation | |
| org.apache.olingo.commons.core.edm.primitivetype | |
| org.apache.olingo.server.core.serializer.json |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Geospatial |
EdmConstantExpressionImpl.asGeospatial() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeospatialType<T extends Geospatial> |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ODataJsonSerializer.writeGeoValue(String name,
EdmPrimitiveType type,
Geospatial geoValue,
Boolean isNullable,
com.fasterxml.jackson.core.JsonGenerator json,
SRID parentSrid)
Writes a geospatial value following the GeoJSON specification defined in RFC 7946.
|
Copyright © 2023. All rights reserved.