public abstract class Geospatial extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Geospatial.DimensionDimension of the geospatial type | 
| static class  | Geospatial.TypeType of the geospatial type | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Geospatial.Dimension | dimension | 
| protected SRID | sridNull value means it is expected to vary per instance. | 
| protected Geospatial.Type | type | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | Geospatial(Geospatial.Dimension dimension,
          Geospatial.Type type,
          SRID srid)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| Geospatial.Dimension | getDimension()Gets dimension. | 
| abstract EdmPrimitiveTypeKind | getEdmPrimitiveTypeKind()Returns the  EdmPrimitiveTypeKind | 
| Geospatial.Type | getGeoType()Gets type. | 
| SRID | getSrid()Gets s-rid. | 
protected final Geospatial.Dimension dimension
protected final Geospatial.Type type
protected final SRID srid
protected Geospatial(Geospatial.Dimension dimension, Geospatial.Type type, SRID srid)
dimension - dimensiontype - typesrid - SRIDpublic Geospatial.Dimension getDimension()
Geospatial.Dimensionpublic Geospatial.Type getGeoType()
Geospatial.Typepublic SRID getSrid()
public abstract EdmPrimitiveTypeKind getEdmPrimitiveTypeKind()
EdmPrimitiveTypeKindCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.