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() |
Vector |
getTriangles() |
Graph |
getTriangulation() |
Vector |
insertNode(DelaunayNode newNode,
Vector tList) |
void |
setFeatureCollection(SimpleFeatureCollection data) |
void |
setNodeArray(DelaunayNode[] nodeArray) |
Graph |
triangleListToGraph(Vector 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 Vector getTriangles()
public DelaunayNode[] featuresToNodes(SimpleFeatureCollection fc)
public Graph getTriangulation()
public Vector insertNode(DelaunayNode newNode, Vector tList)
Copyright © 1996–2019 Geotools. All rights reserved.