Shape |
WKTReader.parse(String wktString) |
Parses the wktString, returning the defined Shape.
|
Shape |
WKTReader.parseIfSupported(String wktString) |
Parses the wktString, returning the defined Shape.
|
static double[] |
ParseUtils.parseLatitudeLongitude(double[] outLatLon,
String latLonStr) |
Deprecated.
|
static double[] |
ParseUtils.parseLatitudeLongitude(String latLonStr) |
Deprecated.
|
static String[] |
ParseUtils.parsePoint(String[] out,
String externalVal,
int dimension) |
Deprecated.
Given a string containing dimension values encoded in it, separated by commas, return a String array of length dimension
containing the values.
|
static double[] |
ParseUtils.parsePointDouble(double[] out,
String externalVal,
int dimension) |
Deprecated.
Given a string containing dimension values encoded in it, separated by commas, return a double array of length dimension
containing the values.
|
Shape |
GeoJSONReader.read(Object value) |
|
Shape |
LegacyShapeReader.read(Reader reader) |
Deprecated.
|
Shape |
LegacyShapeReader.read(Object value) |
Deprecated.
|
Shape |
PolyshapeReader.read(Object value) |
|
Shape |
ShapeReader.read(Reader reader) |
Read a Shape from the reader.
|
Shape |
ShapeReader.read(Object value) |
|
Shape |
WKTReader.read(Object value) |
|
Shape |
GeoJSONReader.readIfSupported(Object value) |
|
Shape |
LegacyShapeReader.readIfSupported(Object value) |
Deprecated.
|
Shape |
PolyshapeReader.readIfSupported(Object value) |
|
Shape |
ShapeReader.readIfSupported(Object value) |
|
Shape |
WKTReader.readIfSupported(Object value) |
|
static Shape |
LegacyShapeReader.readShapeOrNull(String str,
SpatialContext ctx) |
Deprecated.
Reads the shape specification as defined in the class javadocs.
|