Class GeoWKTParser

java.lang.Object
org.elasticsearch.common.geo.parsers.GeoWKTParser

public class GeoWKTParser
extends java.lang.Object
Parses shape geometry represented in WKT format complies with OGC® document: 12-063r5 and ISO/IEC 13249-3:2016 standard located at http://docs.opengeospatial.org/is/12-063r5/12-063r5.html
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String COMMA  
    static java.lang.String EMPTY  
    static java.lang.String LPAREN  
    static java.lang.String NAN  
    static java.lang.String RPAREN  
    static java.lang.String SPACE  
  • Method Summary

    Modifier and Type Method Description
    static ShapeBuilder parse​(org.elasticsearch.common.xcontent.XContentParser parser, AbstractShapeGeometryFieldMapper shapeMapper)  
    static ShapeBuilder parseExpectedType​(org.elasticsearch.common.xcontent.XContentParser parser, GeoShapeType shapeType)  
    static ShapeBuilder parseExpectedType​(org.elasticsearch.common.xcontent.XContentParser parser, GeoShapeType shapeType, AbstractShapeGeometryFieldMapper shapeMapper)
    throws an exception if the parsed geometry type does not match the expected shape type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait