org.geotools.graph.util.delaunay
Class AutoClustUtils
java.lang.Object
org.geotools.graph.util.delaunay.AutoClustUtils
public class AutoClustUtils
- extends java.lang.Object
- Author:
- jfc173
Constructor Summary |
AutoClustUtils()
Creates a new instance of AutoClustUtils |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoClustUtils
public AutoClustUtils()
- Creates a new instance of AutoClustUtils
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.