geocaching.api.impl.live_geocaching_api.filter
Class TerrainFilter

java.lang.Object
  extended by geocaching.api.impl.live_geocaching_api.filter.TerrainFilter
All Implemented Interfaces:
Filter

public class TerrainFilter
extends Object
implements Filter


Field Summary
protected  float max
           
protected  float min
           
 
Constructor Summary
TerrainFilter(float min, float max)
           
 
Method Summary
 float getMax()
           
 float getMin()
           
 String getName()
           
 boolean isValid()
           
 void writeJson(com.google.gson.stream.JsonWriter w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

protected final float min

max

protected final float max
Constructor Detail

TerrainFilter

public TerrainFilter(float min,
                     float max)
Method Detail

getName

public String getName()
Specified by:
getName in interface Filter

getMin

public float getMin()

getMax

public float getMax()

isValid

public boolean isValid()
Specified by:
isValid in interface Filter

writeJson

public void writeJson(com.google.gson.stream.JsonWriter w)
               throws IOException
Specified by:
writeJson in interface Filter
Throws:
IOException


Copyright © 2012. All Rights Reserved.