org.gvsig.tools.evaluator
Class EvaluatorFieldValueNearest

java.lang.Object
  extended by org.gvsig.tools.evaluator.EvaluatorFieldValue
      extended by org.gvsig.tools.evaluator.EvaluatorFieldValueNearest

public class EvaluatorFieldValueNearest
extends EvaluatorFieldValue


Field Summary
 
Fields inherited from class org.gvsig.tools.evaluator.EvaluatorFieldValue
GENERIC, MATCH, NEAREST, RANGE
 
Method Summary
 int getCount()
          Get the count used in the nearest operation.
 Object getTolerance()
          Get the tolerance.
 Object getValue()
          Get the value.
 
Methods inherited from class org.gvsig.tools.evaluator.EvaluatorFieldValue
getFieldName, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Get the count used in the nearest operation.

Returns:
the count or -1 if not aplicable.

getTolerance

public Object getTolerance()
Get the tolerance.

Returns:
the tolerance or -1 if not aplicable.

getValue

public Object getValue()
Get the value.

Returns:
the match value or null if not aplicable.


Copyright © 2004-2011 gvSIG. All Rights Reserved.