| Package | Description |
|---|---|
| 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.primitivetype |
| Modifier and Type | Field and Description |
|---|---|
protected Geospatial.Type |
Geospatial.type |
| Modifier and Type | Method and Description |
|---|---|
Geospatial.Type |
Geospatial.getGeoType()
Gets type.
|
static Geospatial.Type |
Geospatial.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Geospatial.Type[] |
Geospatial.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Geospatial.Type |
AbstractGeospatialType.type |
| Constructor and Description |
|---|
AbstractGeospatialType(Class<T> reference,
Geospatial.Dimension dimension,
Geospatial.Type type) |
Copyright © 2023. All rights reserved.