Package org.elasticsearch.common.geo

Class Summary
GeoJSONShapeParser Parsers which supports reading Shapes in GeoJSON format from a given XContentParser.
GeoJSONShapeSerializer Serializes Shape instances into GeoJSON format

Example of the format used for points:

{ "type": "Point", "coordinates": [100.0, 0.0] }

ShapeBuilder Utility class for building Shape instances like Point, Rectangle and Polygons.
ShapeBuilder.PolygonBuilder Builder for creating a Shape instance of a Polygon
ShapeBuilder.RectangleBuilder Builder for creating a Rectangle instance
ShapesAvailability  
 

Enum Summary
ShapeRelation Enum representing the relationship between a Query / Filter Shape and indexed Shapes that will be used to determine if a Document should be matched or not
 



Copyright © 2009-2012. All Rights Reserved.