| Package | Description |
|---|---|
| org.apache.olingo.commons.api.data |
Contains all the data objects of an OData responses and OData requests
|
| org.apache.olingo.commons.api.edm.geo |
| Modifier and Type | Method and Description |
|---|---|
static Geospatial.Dimension |
GeoUtils.getDimension(EdmPrimitiveTypeKind type) |
| Modifier and Type | Method and Description |
|---|---|
static EdmPrimitiveTypeKind |
GeoUtils.getType(Geospatial.Dimension dimension,
String elementName) |
| Modifier and Type | Field and Description |
|---|---|
protected Geospatial.Dimension |
Geospatial.dimension |
| Modifier and Type | Method and Description |
|---|---|
Geospatial.Dimension |
SRID.getDimension() |
Geospatial.Dimension |
Geospatial.getDimension()
Gets dimension.
|
static Geospatial.Dimension |
Geospatial.Dimension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Geospatial.Dimension[] |
Geospatial.Dimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRID.setDimension(Geospatial.Dimension dimension) |
| Constructor and Description |
|---|
ComposedGeospatial(Geospatial.Dimension dimension,
Geospatial.Type type,
SRID srid,
List<T> geospatials) |
Geospatial(Geospatial.Dimension dimension,
Geospatial.Type type,
SRID srid)
Constructor.
|
GeospatialCollection(Geospatial.Dimension dimension,
SRID srid,
List<Geospatial> geospatials) |
LineString(Geospatial.Dimension dimension,
SRID srid,
List<Point> points) |
MultiLineString(Geospatial.Dimension dimension,
SRID srid,
List<LineString> lineStrings) |
MultiPoint(Geospatial.Dimension dimension,
SRID srid,
List<Point> points) |
MultiPolygon(Geospatial.Dimension dimension,
SRID srid,
List<Polygon> polygons) |
Point(Geospatial.Dimension dimension,
SRID srid) |
Polygon(Geospatial.Dimension dimension,
SRID srid,
List<Point> interior,
List<Point> exterior) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.