java.lang.Object
org.elasticsearch.geometry.utils.WellKnownText
Utility class for converting to and from WKT
-
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY
- See Also:
-
SPACE
- See Also:
-
LPAREN
- See Also:
-
RPAREN
- See Also:
-
COMMA
- See Also:
-
NAN
- See Also:
-
MAX_NESTED_DEPTH
public static final int MAX_NESTED_DEPTH- See Also:
-
-
Method Details
-
toWKT
-
fromWKB
-
fromWKT
public static Geometry fromWKT(GeometryValidator validator, boolean coerce, String wkt) throws IOException, ParseException - Throws:
IOException
ParseException
-