Package org.elasticsearch.common.geo
Class GeometryParser
java.lang.Object
org.elasticsearch.common.geo.GeometryParser
public final class GeometryParser
extends java.lang.Object
An utility class with a geometry parser methods supporting different shape representation formats
-
Constructor Summary
Constructors Constructor Description GeometryParser(boolean rightOrientation, boolean coerce, boolean ignoreZValue) -
Method Summary
Modifier and Type Method Description GeometryFormatgeometryFormat(XContentParser parser)Returns a geometry format object that can parse and then serialize the object back to the same format.Geometryparse(XContentParser parser)Parses supplied XContent into Geometry
-
Constructor Details
-
GeometryParser
public GeometryParser(boolean rightOrientation, boolean coerce, boolean ignoreZValue)
-
-
Method Details
-
parse
Parses supplied XContent into Geometry- Throws:
java.io.IOExceptionjava.text.ParseException
-
geometryFormat
Returns a geometry format object that can parse and then serialize the object back to the same format.
-