org.geotools.graph.util.delaunay
Class AutoClustUtils

Object
  extended by AutoClustUtils

public class AutoClustUtils
extends Object

Author:
jfc173

Constructor Summary
AutoClustUtils()
          Creates a new instance of AutoClustUtils
 
Method Summary
static boolean arrayContains(DelaunayNode node, DelaunayNode[] nodes, int index)
           
static DelaunayNode[] featureCollectionToNodeArray(FeatureCollection<SimpleFeatureType,SimpleFeature> fc)
           
static Vector findAdjacentEdges(Node node, Collection edges)
           
static Vector findConnectedComponents(Collection nodes, Collection edges)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoClustUtils

public AutoClustUtils()
Creates a new instance of AutoClustUtils

Method Detail

findConnectedComponents

public static Vector findConnectedComponents(Collection nodes,
                                             Collection edges)

findAdjacentEdges

public static Vector findAdjacentEdges(Node node,
                                       Collection edges)

featureCollectionToNodeArray

public static DelaunayNode[] featureCollectionToNodeArray(FeatureCollection<SimpleFeatureType,SimpleFeature> fc)

arrayContains

public static boolean arrayContains(DelaunayNode node,
                                    DelaunayNode[] nodes,
                                    int index)


Copyright © 1996-2009 Geotools. All Rights Reserved.