anl.aida.gis
Class SimplifierTest

java.lang.Object
  extended by anl.aida.gis.SimplifierTest

public class SimplifierTest
extends java.lang.Object


Constructor Summary
SimplifierTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplifierTest

public SimplifierTest()
Method Detail

run

public void run()
         throws java.io.IOException,
                org.opengis.referencing.NoSuchAuthorityCodeException,
                org.opengis.referencing.FactoryException,
                org.opengis.geometry.MismatchedDimensionException,
                org.opengis.referencing.operation.TransformException
Throws:
java.io.IOException
org.opengis.referencing.NoSuchAuthorityCodeException
org.opengis.referencing.FactoryException
org.opengis.geometry.MismatchedDimensionException
org.opengis.referencing.operation.TransformException

main

public static void main(java.lang.String[] args)