Package org.elasticsearch.geometry.utils
Class WellKnownText
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:
- Constant Field Values
-
SPACE
- See Also:
- Constant Field Values
-
LPAREN
- See Also:
- Constant Field Values
-
RPAREN
- See Also:
- Constant Field Values
-
COMMA
- See Also:
- Constant Field Values
-
NAN
- See Also:
- Constant Field Values
-
-
Method Details
-
toWKT
-
fromWKT
public static Geometry fromWKT(GeometryValidator validator, boolean coerce, String wkt) throws IOException, ParseException- Throws:
IOException
ParseException
-