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.geo |
Contains representations for all geographical related
EDM objects created during the URI parsing
|
Modifier and Type | Method and Description |
---|---|
static Geospatial.Dimension |
GeoUtils.getDimension(EdmPrimitiveTypeKind type)
Get dimension based on given Geography / Geometry type.
|
Modifier and Type | Method and Description |
---|---|
static EdmPrimitiveTypeKind |
GeoUtils.getType(Geospatial.Dimension dimension,
String elementName)
Get type based on given dimension (Geography / Geometry) and element name.
|
Modifier and Type | Field and Description |
---|---|
protected Geospatial.Dimension |
Geospatial.dimension |
Modifier and Type | Method and Description |
---|---|
Geospatial.Dimension |
SRID.getDimension()
Returns the dimension of the SRID instance.
|
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)
Sets the dimension of the SRID instance.
|
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)
Creates a new collection of geospatial types.
|
LineString(Geospatial.Dimension dimension,
SRID srid,
List<Point> points)
Creates a new LineString
|
MultiLineString(Geospatial.Dimension dimension,
SRID srid,
List<LineString> lineStrings)
Creates a new MultiLineString
|
MultiPoint(Geospatial.Dimension dimension,
SRID srid,
List<Point> points)
Creates a new collection of points
|
MultiPolygon(Geospatial.Dimension dimension,
SRID srid,
List<Polygon> polygons)
Creates a collection of polygons
|
Point(Geospatial.Dimension dimension,
SRID srid)
Creates a new point.
|
Polygon(Geospatial.Dimension dimension,
SRID srid,
List<Point> interior,
List<Point> exterior)
Creates a new polygon.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.