org.geotools.graph.util.delaunay
Class DelaunayTriangulator

Object
  extended by DelaunayTriangulator

public class DelaunayTriangulator
extends Object

Author:
jfc173

Field Summary
 DelaunayNode temp1
           
 DelaunayNode temp2
           
 DelaunayNode temp3
           
 
Constructor Summary
DelaunayTriangulator()
          Creates a new instance of delaunayTriangulator
 
Method Summary
 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)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

temp1

public DelaunayNode temp1

temp2

public DelaunayNode temp2

temp3

public DelaunayNode temp3
Constructor Detail

DelaunayTriangulator

public DelaunayTriangulator()
Creates a new instance of delaunayTriangulator

Method Detail

setNodeArray

public void setNodeArray(DelaunayNode[] nodeArray)

getNodeArray

public DelaunayNode[] getNodeArray()

setFeatureCollection

public void setFeatureCollection(SimpleFeatureCollection data)

getTriangles

public Vector getTriangles()

featuresToNodes

public DelaunayNode[] featuresToNodes(SimpleFeatureCollection fc)

getTriangulation

public Graph getTriangulation()

triangleListToGraph

public Graph triangleListToGraph(Vector tList)

insertNode

public Vector insertNode(DelaunayNode newNode,
                         Vector tList)


Copyright © 1996-2014 Geotools. All Rights Reserved.