Uses of Enum
org.apache.olingo.commons.api.edm.geo.Geospatial.Type
Packages that use Geospatial.Type
Package
Description
Contains representations for all geographical related
EDM objects created during the URI parsing
-
Uses of Geospatial.Type in org.apache.olingo.commons.api.edm.geo
Fields in org.apache.olingo.commons.api.edm.geo declared as Geospatial.TypeMethods in org.apache.olingo.commons.api.edm.geo that return Geospatial.TypeModifier and TypeMethodDescriptionGeospatial.getGeoType()
Gets type.static Geospatial.Type
Returns the enum constant of this type with the specified name.static Geospatial.Type[]
Geospatial.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.olingo.commons.api.edm.geo with parameters of type Geospatial.TypeModifierConstructorDescriptionprotected
ComposedGeospatial
(Geospatial.Dimension dimension, Geospatial.Type type, SRID srid, List<T> geospatials) protected
Geospatial
(Geospatial.Dimension dimension, Geospatial.Type type, SRID srid) Constructor.