com.browseengine.bobo.facets.impl
Class GeoSimpleFacetHandler.GeoLatLonRange

java.lang.Object
  extended by com.browseengine.bobo.facets.impl.GeoSimpleFacetHandler.GeoLatLonRange
Enclosing class:
GeoSimpleFacetHandler

public static class GeoSimpleFacetHandler.GeoLatLonRange
extends Object


Field Summary
 float latEnd
           
 String latRange
           
 float latStart
           
 float lonEnd
           
 String lonRange
           
 float lonStart
           
 float radius
           
 
Method Summary
static GeoSimpleFacetHandler.GeoLatLonRange parse(String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latRange

public final String latRange

lonRange

public final String lonRange

latStart

public final float latStart

latEnd

public final float latEnd

lonStart

public final float lonStart

lonEnd

public final float lonEnd

radius

public final float radius
Method Detail

parse

public static GeoSimpleFacetHandler.GeoLatLonRange parse(String val)


Copyright © 2011. All Rights Reserved.