Modifier and Type | Method and Description |
---|---|
SRID |
CommonProperty.getSrid() |
Modifier and Type | Method and Description |
---|---|
SRID |
TypeDefinition.getSrid() |
SRID |
Term.getSrid() |
SRID |
ReturnType.getSrid() |
SRID |
Parameter.getSrid() |
Modifier and Type | Method and Description |
---|---|
SRID |
IsOf.getSrid() |
SRID |
Cast.getSrid() |
Modifier and Type | Method and Description |
---|---|
SRID |
EdmTypeDefinition.getSrid() |
SRID |
EdmTerm.getSrid() |
SRID |
EdmReturnType.getSrid() |
SRID |
EdmProperty.getSrid() |
SRID |
EdmParameter.getSrid() |
Modifier and Type | Method and Description |
---|---|
SRID |
EdmIsOf.getSrid() |
SRID |
EdmCast.getSrid() |
Modifier and Type | Field and Description |
---|---|
protected SRID |
Geospatial.srid
Null value means it is expected to vary per instance.
|
Modifier and Type | Method and Description |
---|---|
SRID |
Geospatial.getSrid()
Gets s-rid.
|
static SRID |
SRID.valueOf(String exp) |
Constructor and Description |
---|
ComposedGeospatial(Geospatial.Dimension dimension,
Geospatial.Type type,
SRID srid,
List<T> geospatials) |
Geospatial(Geospatial.Dimension dimension,
Geospatial.Type type,
SRID srid)
Constructor.
|
GeospatialCollection(Geospatial.Dimension dimension,
SRID srid,
List<Geospatial> geospatials) |
LineString(Geospatial.Dimension dimension,
SRID srid,
List<Point> points) |
MultiLineString(Geospatial.Dimension dimension,
SRID srid,
List<LineString> lineStrings) |
MultiPoint(Geospatial.Dimension dimension,
SRID srid,
List<Point> points) |
MultiPolygon(Geospatial.Dimension dimension,
SRID srid,
List<Polygon> polygons) |
Point(Geospatial.Dimension dimension,
SRID srid) |
Polygon(Geospatial.Dimension dimension,
SRID srid,
List<Point> interior,
List<Point> exterior) |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.