org.geotools.graph.util.delaunay
Class DelaunayTriangulator

java.lang.Object
  extended byorg.geotools.graph.util.delaunay.DelaunayTriangulator

public class DelaunayTriangulator
extends java.lang.Object

Author:
jfc173

Field Summary
static DelaunayNode temp1
           
static DelaunayNode temp2
           
static DelaunayNode temp3
           
 
Constructor Summary
DelaunayTriangulator()
          Creates a new instance of delaunayTriangulator
 
Method Summary
static Graph triangulate(DelaunayNode[] nodes)
           
static Graph triangulate(FeatureCollection fc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

temp1

public static DelaunayNode temp1

temp2

public static DelaunayNode temp2

temp3

public static DelaunayNode temp3
Constructor Detail

DelaunayTriangulator

public DelaunayTriangulator()
Creates a new instance of delaunayTriangulator

Method Detail

triangulate

public static Graph triangulate(FeatureCollection fc)

triangulate

public static Graph triangulate(DelaunayNode[] nodes)


Copyright © GeoTools. All Rights Reserved.