es.unex.sextante.morphometry.fillElevationValues
Class FeatureAndDistance

java.lang.Object
  extended by es.unex.sextante.morphometry.fillElevationValues.FeatureAndDistance
All Implemented Interfaces:
java.lang.Comparable

public class FeatureAndDistance
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
FeatureAndDistance(es.unex.sextante.dataObjects.IFeature feature, double dDist)
           
 
Method Summary
 int compareTo(java.lang.Object ob)
           
 double getDist()
           
 es.unex.sextante.dataObjects.IFeature getFeature()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureAndDistance

public FeatureAndDistance(es.unex.sextante.dataObjects.IFeature feature,
                          double dDist)
Method Detail

compareTo

public int compareTo(java.lang.Object ob)
              throws java.lang.ClassCastException
Specified by:
compareTo in interface java.lang.Comparable
Throws:
java.lang.ClassCastException

getDist

public double getDist()

getFeature

public es.unex.sextante.dataObjects.IFeature getFeature()


Copyright © 2014 gvSIG Association. All Rights Reserved.