com.browseengine.bobo.facets.impl
Class GeoFacetCountCollector.GeoRange

java.lang.Object
  extended by com.browseengine.bobo.facets.impl.GeoFacetCountCollector.GeoRange
Enclosing class:
GeoFacetCountCollector

public static class GeoFacetCountCollector.GeoRange
extends Object


Constructor Summary
GeoFacetCountCollector.GeoRange(float lat, float lon, float radius)
           
 
Method Summary
 float getLat()
           
 float getLon()
           
 float getRad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoFacetCountCollector.GeoRange

public GeoFacetCountCollector.GeoRange(float lat,
                                       float lon,
                                       float radius)
Method Detail

getLat

public float getLat()
Returns:
the latitude value

getLon

public float getLon()
Returns:
the longitude value

getRad

public float getRad()
Returns:
the radius


Copyright © 2011. All Rights Reserved.