org.geotools.graph.util.delaunay
Class DelaunayTest

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

public class DelaunayTest
extends java.lang.Object

Author:
jfc173

Constructor Summary
DelaunayTest()
          Creates a new instance of DelaunayTest
 
Method Summary
static DelaunayNode[] createRandomNodes(int num, int xMax, int yMax, int clusterSize)
           
static DelaunayNode[] createStateNodes()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelaunayTest

public DelaunayTest()
Creates a new instance of DelaunayTest

Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

createStateNodes

public static DelaunayNode[] createStateNodes()

createRandomNodes

public static DelaunayNode[] createRandomNodes(int num,
                                               int xMax,
                                               int yMax,
                                               int clusterSize)


Copyright © GeoTools. All Rights Reserved.