org.geotools.graph.util.delaunay
Class DelaunayTriangulator
Object
DelaunayTriangulator
public class DelaunayTriangulator
- extends Object
- Author:
- jfc173
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
temp1
public DelaunayNode temp1
temp2
public DelaunayNode temp2
temp3
public DelaunayNode temp3
DelaunayTriangulator
public DelaunayTriangulator()
- Creates a new instance of delaunayTriangulator
setNodeArray
public void setNodeArray(DelaunayNode[] nodeArray)
getNodeArray
public DelaunayNode[] getNodeArray()
setFeatureCollection
public void setFeatureCollection(FeatureCollection<SimpleFeatureType,SimpleFeature> data)
getTriangles
public Vector getTriangles()
featuresToNodes
public DelaunayNode[] featuresToNodes(FeatureCollection<SimpleFeatureType,SimpleFeature> fc)
getTriangulation
public Graph getTriangulation()
triangleListToGraph
public Graph triangleListToGraph(Vector tList)
insertNode
public Vector insertNode(DelaunayNode newNode,
Vector tList)
Copyright © 1996-2009 Geotools. All Rights Reserved.