Uses of Class
org.elasticsearch.index.mapper.geo.GeoPoint

Packages that use GeoPoint
org.elasticsearch.index.mapper.geo   
 

Uses of GeoPoint in org.elasticsearch.index.mapper.geo
 

Fields in org.elasticsearch.index.mapper.geo declared as GeoPoint
static GeoPoint[] GeoPointFieldData.EMPTY_ARRAY
           
 

Methods in org.elasticsearch.index.mapper.geo that return GeoPoint
 GeoPoint GeoPointDocFieldData.getValue()
           
 GeoPoint[] GeoPointDocFieldData.getValues()
           
 GeoPoint MultiValueGeoPointFieldData.value(int docId)
           
abstract  GeoPoint GeoPointFieldData.value(int docId)
           
 GeoPoint SingleValueGeoPointFieldData.value(int docId)
           
 GeoPoint[] MultiValueGeoPointFieldData.values(int docId)
           
abstract  GeoPoint[] GeoPointFieldData.values(int docId)
           
 GeoPoint[] SingleValueGeoPointFieldData.values(int docId)
           
 

Methods in org.elasticsearch.index.mapper.geo with parameters of type GeoPoint
 void GeoPointFieldData.PointValueProc.onValue(GeoPoint value)
           
 



Copyright © 2009-2012. All Rights Reserved.