at.tuwien.ifs.somtoolbox.layers.quality
Class TopographicProduct.DistanceTagComparator

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.layers.quality.TopographicProduct.DistanceTagComparator
All Implemented Interfaces:
Comparator<TopographicProduct.DistanceTag>
Enclosing class:
TopographicProduct

public class TopographicProduct.DistanceTagComparator
extends Object
implements Comparator<TopographicProduct.DistanceTag>


Constructor Summary
TopographicProduct.DistanceTagComparator()
           
 
Method Summary
 int compare(TopographicProduct.DistanceTag t1, TopographicProduct.DistanceTag t2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

TopographicProduct.DistanceTagComparator

public TopographicProduct.DistanceTagComparator()
Method Detail

compare

public int compare(TopographicProduct.DistanceTag t1,
                   TopographicProduct.DistanceTag t2)
Specified by:
compare in interface Comparator<TopographicProduct.DistanceTag>