Uses of Class
org.apache.olingo.commons.api.edm.geo.Geospatial
Packages that use Geospatial
Package
Description
Contains all the data objects of OData responses and OData requests
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
-
Uses of Geospatial in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data that return GeospatialModifier and TypeMethodDescriptionValuable.asGeospatial()
Get the value in its geospatial representation or null if it is not based on a geospatial ValueType -
Uses of Geospatial in org.apache.olingo.commons.api.edm.annotation
Methods in org.apache.olingo.commons.api.edm.annotation that return GeospatialModifier and TypeMethodDescriptionEdmConstantExpression.asGeospatial()
Return the geospatial object or null if this expression is of type primitive or enum. -
Uses of Geospatial in org.apache.olingo.commons.api.edm.geo
Classes in org.apache.olingo.commons.api.edm.geo with type parameters of type GeospatialModifier and TypeClassDescriptionclass
ComposedGeospatial<T extends Geospatial>
Abstract base class for all Geometries that are composed out of other geospatial elements.Subclasses of Geospatial in org.apache.olingo.commons.api.edm.geoModifier and TypeClassDescriptionclass
ComposedGeospatial<T extends Geospatial>
Abstract base class for all Geometries that are composed out of other geospatial elements.class
Wrapper for a collection of geospatials info.class
Represents a line string.class
Represents a MuliLineString.class
Represents a collection of points Either Edm.GeographyMultiPoint or Edm.GeometryMultiPointclass
Represents a collection of polygons.class
Represents a point, either Edm.GeographyPoint or Edm.GeometryPoint.class
Polygon.Constructor parameters in org.apache.olingo.commons.api.edm.geo with type arguments of type GeospatialModifierConstructorDescriptionGeospatialCollection
(Geospatial.Dimension dimension, SRID srid, List<Geospatial> geospatials) Creates a new collection of geospatial types.