| 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  | GeospatialCollectionWrapper for a collection of geospatials info. | 
| class  | LineStringRepresents a line string. | 
| class  | MultiLineStringRepresents a MuliLineString. | 
| class  | MultiPointRepresents a collection of points
 Either Edm.GeographyMultiPoint or Edm.GeometryMultiPoint | 
| class  | MultiPolygonRepresents a collection of polygons. | 
| class  | PointRepresents a point, either Edm.GeographyPoint or Edm.GeometryPoint. | 
| class  | PolygonPolygon. | 
| Constructor and Description | 
|---|
| GeospatialCollection(Geospatial.Dimension dimension,
                    SRID srid,
                    List<Geospatial> geospatials)Creates a new collection of geospatial types. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.