public abstract class Geospatial extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Geospatial.Dimension |
static class |
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 |
---|---|
boolean |
equals(Object obj) |
Geospatial.Dimension |
getDimension()
Gets dimension.
|
abstract EdmPrimitiveTypeKind |
getEdmPrimitiveTypeKind() |
SRID |
getSrid()
Gets s-rid.
|
Geospatial.Type |
getType()
Gets type.
|
int |
hashCode() |
String |
toString() |
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
- dimension.type
- type.srid
- SRIDpublic Geospatial.Dimension getDimension()
Geospatial.Dimension
public Geospatial.Type getType()
Geospatial.Type
public SRID getSrid()
public abstract EdmPrimitiveTypeKind getEdmPrimitiveTypeKind()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.