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

java.lang.Object
  extended by org.n52.operation.gs.spatial.location.sort.AdjacencyListByGeometry

public class AdjacencyListByGeometry
extends java.lang.Object


Nested Class Summary
 class AdjacencyListByGeometry.FeatureByAttribute
           
 class AdjacencyListByGeometry.FeatureDistance
           
static class AdjacencyListByGeometry.Methods
           
 
Constructor Summary
AdjacencyListByGeometry()
           
 
Method Summary
 java.util.List<org.geotools.feature.Feature> getAdjecencyList(java.util.List<org.geotools.feature.Feature> inputList)
           
 void setAnchor(com.vividsolutions.jts.geom.Geometry anchor)
           
 void setAttribute(java.lang.String attribute)
           
 void setMethod(AdjacencyListByGeometry.Methods method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdjacencyListByGeometry

public AdjacencyListByGeometry()
Method Detail

getAdjecencyList

public java.util.List<org.geotools.feature.Feature> getAdjecencyList(java.util.List<org.geotools.feature.Feature> inputList)

setAnchor

public void setAnchor(com.vividsolutions.jts.geom.Geometry anchor)

setMethod

public void setMethod(AdjacencyListByGeometry.Methods method)

setAttribute

public void setAttribute(java.lang.String attribute)