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 SRIDGeospatial.sridNull 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 SRIDCreates a new SRID instance from a given value.Constructors in org.apache.olingo.commons.api.edm.geo with parameters of type SRIDModifierConstructorDescriptionprotectedComposedGeospatial(Geospatial.Dimension dimension, Geospatial.Type type, SRID srid, List<T> geospatials) protectedGeospatial(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.Creates a new polygon. -
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 -
Uses of SRID in org.apache.olingo.commons.core.edm
Methods in org.apache.olingo.commons.core.edm that return SRID -
Uses of SRID in org.apache.olingo.commons.core.edm.annotation
Methods in org.apache.olingo.commons.core.edm.annotation that return SRID -
Uses of SRID in org.apache.olingo.server.core.serializer.json
Methods in org.apache.olingo.server.core.serializer.json with parameters of type SRIDModifier and TypeMethodDescriptionprotected voidODataJsonSerializer.writeGeoValue(String name, EdmPrimitiveType type, Geospatial geoValue, Boolean isNullable, com.fasterxml.jackson.core.JsonGenerator json, SRID parentSrid) Writes a geospatial value following the GeoJSON specification defined in RFC 7946. -
Uses of SRID in org.apache.olingo.server.core.uri.queryoption.apply
Methods in org.apache.olingo.server.core.uri.queryoption.apply that return SRID