public class AutoClustUtils extends Object
Constructor and Description |
---|
AutoClustUtils()
Creates a new instance of AutoClustUtils
|
Modifier and Type | Method and Description |
---|---|
static boolean |
arrayContains(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) |
public static List<Graph> findConnectedComponents(Collection<Node> nodes, Collection<Edge> edges)
public static List<Edge> findAdjacentEdges(Node node, Collection<Edge> edges)
public static DelaunayNode[] featureCollectionToNodeArray(SimpleFeatureCollection fc)
public static boolean arrayContains(DelaunayNode node, DelaunayNode[] nodes, int index)
Copyright © 1996–2023 Geotools. All rights reserved.