public abstract class Geospatial extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Geospatial.Dimension
Dimension of the geospatial type
|
static class |
Geospatial.Type
Type of the geospatial type
|
Modifier and Type | Field and Description |
---|---|
protected Geospatial.Dimension |
dimension |
protected SRID |
srid
Null 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.Dimension
public Geospatial.Type getGeoType()
Geospatial.Type
public SRID getSrid()
public abstract EdmPrimitiveTypeKind getEdmPrimitiveTypeKind()
EdmPrimitiveTypeKind
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.