org.n52.operation.gs.spatial.location.sort
Class AdjacencyListByGeometry.FeatureByAttribute

java.lang.Object
  extended by org.n52.operation.gs.spatial.location.sort.AdjacencyListByGeometry.FeatureByAttribute
All Implemented Interfaces:
java.lang.Comparable<AdjacencyListByGeometry.FeatureByAttribute>
Enclosing class:
AdjacencyListByGeometry

public class AdjacencyListByGeometry.FeatureByAttribute
extends java.lang.Object
implements java.lang.Comparable<AdjacencyListByGeometry.FeatureByAttribute>


Field Summary
 java.lang.String attribute
           
 org.geotools.feature.Feature feature
           
 
Constructor Summary
AdjacencyListByGeometry.FeatureByAttribute()
           
 
Method Summary
 int compareTo(AdjacencyListByGeometry.FeatureByAttribute fd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

feature

public org.geotools.feature.Feature feature

attribute

public java.lang.String attribute
Constructor Detail

AdjacencyListByGeometry.FeatureByAttribute

public AdjacencyListByGeometry.FeatureByAttribute()
Method Detail

compareTo

public int compareTo(AdjacencyListByGeometry.FeatureByAttribute fd)
Specified by:
compareTo in interface java.lang.Comparable<AdjacencyListByGeometry.FeatureByAttribute>