org.geotools.demo.geometry
Class GeometryExample

java.lang.Object
  extended by org.geotools.demo.geometry.GeometryExample

public class GeometryExample
extends java.lang.Object


Constructor Summary
GeometryExample()
           
 
Method Summary
 void createCurveWithGB()
           
 void createEnvWithFactories()
           
 void createEnvWithGB()
           
 void createPointWithFactory()
           
 void createPointWithGB()
           
 void createPointWithWKT()
           
 void createSurfaceWithFactory()
           
 void createSurfaceWithGB()
           
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

GeometryExample

public GeometryExample()
Method Detail

createEnvWithFactories

public void createEnvWithFactories()

createEnvWithGB

public void createEnvWithGB()

createCurveWithGB

public void createCurveWithGB()

createSurfaceWithGB

public void createSurfaceWithGB()

createSurfaceWithFactory

public void createSurfaceWithFactory()

createPointWithGB

public void createPointWithGB()

createPointWithFactory

public void createPointWithFactory()

createPointWithWKT

public void createPointWithWKT()
                        throws java.lang.Exception
Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1996-2010 Geotools. All Rights Reserved.