Class SimpleGeoJSONPolygonParser

java.lang.Object
org.apache.lucene.geo.SimpleGeoJSONPolygonParser

class SimpleGeoJSONPolygonParser extends Object
Does minimal parsing of a GeoJSON object, to extract either Polygon or MultiPolygon, either directly as the top-level type, or if the top-level type is Feature, as the geometry of that feature.