Uses of Class
org.elasticsearch.index.search.geo.Point

Packages that use Point
org.elasticsearch.index.search.geo   
 

Uses of Point in org.elasticsearch.index.search.geo
 

Methods in org.elasticsearch.index.search.geo that return Point
 Point GeoDistance.DistanceBoundingCheck.bottomRight()
           
 Point GeoDistance.Meridian180DistanceBoundingCheck.bottomRight()
           
 Point GeoDistance.SimpleDistanceBoundingCheck.bottomRight()
           
 Point InMemoryGeoBoundingBoxFilter.bottomRight()
           
 Point[] GeoPolygonFilter.points()
           
 Point GeoDistance.DistanceBoundingCheck.topLeft()
           
 Point GeoDistance.Meridian180DistanceBoundingCheck.topLeft()
           
 Point GeoDistance.SimpleDistanceBoundingCheck.topLeft()
           
 Point InMemoryGeoBoundingBoxFilter.topLeft()
           
 

Methods in org.elasticsearch.index.search.geo with parameters of type Point
static org.apache.lucene.search.Filter IndexedGeoBoundingBoxFilter.create(Point topLeft, Point bottomRight, GeoPointFieldMapper fieldMapper)
           
static void GeoUtils.normalizePoint(Point point)
          Normalize the geo Point for its coordinates to lie within their respective normalized ranges.
static void GeoUtils.normalizePoint(Point point, boolean normLat, boolean normLon)
          Normalize the geo Point for the given coordinates to lie within their respective normalized ranges.
 

Constructors in org.elasticsearch.index.search.geo with parameters of type Point
GeoDistance.Meridian180DistanceBoundingCheck(Point topLeft, Point bottomRight)
           
GeoDistance.SimpleDistanceBoundingCheck(Point topLeft, Point bottomRight)
           
GeoPolygonFilter.GeoPolygonDocSet(int maxDoc, GeoPointFieldData fieldData, Point[] points)
           
GeoPolygonFilter(Point[] points, String fieldName, FieldDataCache fieldDataCache)
           
InMemoryGeoBoundingBoxFilter.GeoBoundingBoxDocSet(int maxDoc, GeoPointFieldData fieldData, Point topLeft, Point bottomRight)
           
InMemoryGeoBoundingBoxFilter.Meridian180GeoBoundingBoxDocSet(int maxDoc, GeoPointFieldData fieldData, Point topLeft, Point bottomRight)
           
InMemoryGeoBoundingBoxFilter(Point topLeft, Point bottomRight, String fieldName, FieldDataCache fieldDataCache)
           
 



Copyright © 2009-2012. All Rights Reserved.