org.elasticsearch.index.mapper.xcontent.geo
Class GeoPointDocFieldData

java.lang.Object
  extended by org.elasticsearch.index.field.data.DocFieldData<GeoPointFieldData>
      extended by org.elasticsearch.index.mapper.xcontent.geo.GeoPointDocFieldData

public class GeoPointDocFieldData
extends DocFieldData<GeoPointFieldData>


Field Summary
 
Fields inherited from class org.elasticsearch.index.field.data.DocFieldData
docId, fieldData
 
Constructor Summary
GeoPointDocFieldData(GeoPointFieldData fieldData)
           
 
Method Summary
 double getLat()
           
 double[] getLats()
           
 double getLon()
           
 double[] getLons()
           
 GeoPoint getValue()
           
 GeoPoint[] getValues()
           
 
Methods inherited from class org.elasticsearch.index.field.data.DocFieldData
getFieldName, getStringValue, getType, isEmpty, isMultiValued, stringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoPointDocFieldData

public GeoPointDocFieldData(GeoPointFieldData fieldData)
Method Detail

getValue

public GeoPoint getValue()

getValues

public GeoPoint[] getValues()

getLat

public double getLat()

getLon

public double getLon()

getLats

public double[] getLats()

getLons

public double[] getLons()