public class DelaunayTriangulator extends Object
Modifier and Type | Field and Description |
---|---|
DelaunayNode |
temp1 |
DelaunayNode |
temp2 |
DelaunayNode |
temp3 |
Constructor and Description |
---|
DelaunayTriangulator()
Creates a new instance of delaunayTriangulator
|
Modifier and Type | Method and Description |
---|---|
DelaunayNode[] |
featuresToNodes(SimpleFeatureCollection fc) |
DelaunayNode[] |
getNodeArray() |
List<Triangle> |
getTriangles() |
Graph |
getTriangulation() |
List<Triangle> |
insertNode(DelaunayNode newNode,
List<Triangle> tList) |
void |
setFeatureCollection(SimpleFeatureCollection data) |
void |
setNodeArray(DelaunayNode[] nodeArray) |
Graph |
triangleListToGraph(List<Triangle> tList) |
public DelaunayNode temp1
public DelaunayNode temp2
public DelaunayNode temp3
public DelaunayTriangulator()
public void setNodeArray(DelaunayNode[] nodeArray)
public DelaunayNode[] getNodeArray()
public void setFeatureCollection(SimpleFeatureCollection data)
public DelaunayNode[] featuresToNodes(SimpleFeatureCollection fc)
public Graph getTriangulation()
public List<Triangle> insertNode(DelaunayNode newNode, List<Triangle> tList)
Copyright © 1996–2023 Geotools. All rights reserved.