Package | Description |
---|---|
org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
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.api.edm.provider |
Contains representations for objects created during CSDL document parsing
|
org.apache.olingo.commons.api.edm.provider.annotation |
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
|
Modifier and Type | Method and Description |
---|---|
SRID |
EdmTypeDefinition.getSrid() |
SRID |
EdmTerm.getSrid() |
SRID |
EdmReturnType.getSrid() |
SRID |
EdmProperty.getSrid() |
SRID |
EdmParameter.getSrid() |
Modifier and Type | Method and Description |
---|---|
SRID |
EdmIsOf.getSrid()
Facet SRID
|
SRID |
EdmCast.getSrid()
Returns the facet attribute SRID
|
Modifier and Type | Field and Description |
---|---|
protected SRID |
Geospatial.srid
Null value means it is expected to vary per instance.
|
Modifier and Type | Method and Description |
---|---|
SRID |
Geospatial.getSrid()
Gets s-rid.
|
static SRID |
SRID.valueOf(String exp)
Creates a new SRID instance from a given value.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SRID |
CsdlTypeDefinition.getSrid()
Gets srid.
|
SRID |
CsdlTerm.getSrid()
Gets srid.
|
SRID |
CsdlReturnType.getSrid()
Gets srid.
|
SRID |
CsdlProperty.getSrid()
Gets srid.
|
SRID |
CsdlParameter.getSrid()
Gets srid.
|
Modifier and Type | Method and Description |
---|---|
CsdlTypeDefinition |
CsdlTypeDefinition.setSrid(SRID srid)
Sets srid.
|
CsdlTerm |
CsdlTerm.setSrid(SRID srid)
Sets srid.
|
CsdlReturnType |
CsdlReturnType.setSrid(SRID srid)
Sets srid.
|
CsdlProperty |
CsdlProperty.setSrid(SRID srid)
Sets srid.
|
CsdlParameter |
CsdlParameter.setSrid(SRID srid)
Sets srid.
|
Modifier and Type | Method and Description |
---|---|
SRID |
CsdlIsOf.getSrid()
Facet SRID
|
SRID |
CsdlCast.getSrid()
Returns the facet attribute SRID
|
Modifier and Type | Method and Description |
---|---|
CsdlIsOf |
CsdlIsOf.setSrid(SRID srid) |
CsdlCast |
CsdlCast.setSrid(SRID srid) |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.