Uses of Class
org.apache.olingo.commons.api.edm.geo.SRID
Packages that use SRID
Package
Description
Contains representations for EDM objects created during the URI parsing
Contains representations for all annotation related
EDM objects created during the URI parsing
Contains representations for all geographical related
EDM objects created during the URI parsing
Contains representations for objects created during CSDL document parsing
Contains representations for objects created during
CSDL document parsing related to the CSDL annotations.
-
Uses of SRID in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return SRID -
Uses of SRID in org.apache.olingo.commons.api.edm.annotation
Methods in org.apache.olingo.commons.api.edm.annotation that return SRID -
Uses of SRID in org.apache.olingo.commons.api.edm.geo
Fields in org.apache.olingo.commons.api.edm.geo declared as SRIDModifier and TypeFieldDescriptionprotected final SRID
Geospatial.srid
Null value means it is expected to vary per instance.Methods in org.apache.olingo.commons.api.edm.geo that return SRIDModifier and TypeMethodDescriptionGeospatial.getSrid()
Gets s-rid.static SRID
Creates a new SRID instance from a given value.Constructors in org.apache.olingo.commons.api.edm.geo with parameters of type SRIDModifierConstructorDescriptionprotected
ComposedGeospatial
(Geospatial.Dimension dimension, Geospatial.Type type, SRID srid, List<T> geospatials) protected
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 LineStringMultiLineString
(Geospatial.Dimension dimension, SRID srid, List<LineString> lineStrings) Creates a new MultiLineStringMultiPoint
(Geospatial.Dimension dimension, SRID srid, List<Point> points) Creates a new collection of pointsMultiPolygon
(Geospatial.Dimension dimension, SRID srid, List<Polygon> polygons) Creates a collection of polygonsPoint
(Geospatial.Dimension dimension, SRID srid) Creates a new point.Polygon
(Geospatial.Dimension dimension, SRID srid, List<LineString> interiors, LineString exterior) Creates a new polygon.Deprecated. -
Uses of SRID in org.apache.olingo.commons.api.edm.provider
Methods in org.apache.olingo.commons.api.edm.provider that return SRIDModifier and TypeMethodDescriptionCsdlParameter.getSrid()
Gets srid.CsdlProperty.getSrid()
Gets srid.CsdlReturnType.getSrid()
Gets srid.CsdlTerm.getSrid()
Gets srid.CsdlTypeDefinition.getSrid()
Gets srid.Methods in org.apache.olingo.commons.api.edm.provider with parameters of type SRIDModifier and TypeMethodDescriptionSets srid.Sets srid.Sets srid.Sets srid.Sets srid. -
Uses of SRID in org.apache.olingo.commons.api.edm.provider.annotation
Methods in org.apache.olingo.commons.api.edm.provider.annotation that return SRIDModifier and TypeMethodDescriptionCsdlCast.getSrid()
Returns the facet attribute SRIDCsdlIsOf.getSrid()
Facet SRIDMethods in org.apache.olingo.commons.api.edm.provider.annotation with parameters of type SRID