Package org.geotools.graph.util.delaunay
Class AutoClustUtils
- Object
- 
- AutoClustUtils
 
- 
 public class AutoClustUtils extends Object - Author:
- jfc173
 
- 
- 
Constructor SummaryConstructors Constructor Description AutoClustUtils()Creates a new instance of AutoClustUtils
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanarrayContains(DelaunayNode node, DelaunayNode[] nodes, int index)static DelaunayNode[]featureCollectionToNodeArray(SimpleFeatureCollection fc)static List<Edge>findAdjacentEdges(Node node, Collection<Edge> edges)static List<Graph>findConnectedComponents(Collection<Node> nodes, Collection<Edge> edges)
 
- 
- 
- 
Method Detail- 
findConnectedComponentspublic static List<Graph> findConnectedComponents(Collection<Node> nodes, Collection<Edge> edges) 
 - 
findAdjacentEdgespublic static List<Edge> findAdjacentEdges(Node node, Collection<Edge> edges) 
 - 
featureCollectionToNodeArraypublic static DelaunayNode[] featureCollectionToNodeArray(SimpleFeatureCollection fc) 
 - 
arrayContainspublic static boolean arrayContains(DelaunayNode node, DelaunayNode[] nodes, int index) 
 
- 
 
-