Uses of Enum
org.apache.olingo.commons.api.edm.geo.Geospatial.Dimension
Packages that use Geospatial.Dimension
Package
Description
Contains all the data objects of OData responses and OData requests
Contains representations for all geographical related
EDM objects created during the URI parsing
-
Uses of Geospatial.Dimension in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return Geospatial.DimensionModifier and TypeMethodDescriptionstatic Geospatial.Dimension
GeoUtils.getDimension
(EdmPrimitiveTypeKind type) Get dimension based on given Geography / Geometry type.Methods in org.apache.olingo.commons.api.data with parameters of type Geospatial.DimensionModifier and TypeMethodDescriptionstatic EdmPrimitiveTypeKind
GeoUtils.getType
(Geospatial.Dimension dimension, String elementName) Get type based on given dimension (Geography / Geometry) and element name. -
Uses of Geospatial.Dimension in org.apache.olingo.commons.api.edm.geo
Fields in org.apache.olingo.commons.api.edm.geo declared as Geospatial.DimensionMethods in org.apache.olingo.commons.api.edm.geo that return Geospatial.DimensionModifier and TypeMethodDescriptionGeospatial.getDimension()
Gets dimension.SRID.getDimension()
Returns the dimension of the SRID instance.static Geospatial.Dimension
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.Methods in org.apache.olingo.commons.api.edm.geo with parameters of type Geospatial.DimensionModifier and TypeMethodDescriptionvoid
SRID.setDimension
(Geospatial.Dimension dimension) Sets the dimension of the SRID instance.Constructors in org.apache.olingo.commons.api.edm.geo with parameters of type Geospatial.DimensionModifierConstructorDescriptionprotected
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.