org.geotools.graph.util.delaunay
Class AutoClustUtils

java.lang.Object
  extended by org.geotools.graph.util.delaunay.AutoClustUtils

public class AutoClustUtils
extends java.lang.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<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
           
static java.util.Vector findAdjacentEdges(Node node, java.util.Collection edges)
           
static java.util.Vector findConnectedComponents(java.util.Collection nodes, java.util.Collection edges)
           
 
Methods inherited from class java.lang.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 java.util.Vector findConnectedComponents(java.util.Collection nodes,
                                                       java.util.Collection edges)

findAdjacentEdges

public static java.util.Vector findAdjacentEdges(Node node,
                                                 java.util.Collection edges)

featureCollectionToNodeArray

public static DelaunayNode[] featureCollectionToNodeArray(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)

arrayContains

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


Copyright © 1996-2010 Geotools. All Rights Reserved.