org.geotools.demo.referencing
Class CTSTutorial

java.lang.Object
  extended by org.geotools.demo.referencing.CTSTutorial

public class CTSTutorial
extends java.lang.Object

Code for the geotools coordinate transformation services tutorial: http://docs.codehaus.org/display/GEOTOOLS/Coordinate+Transformation+Services+for+Geotools+2.1 The following code is made up of many, short methods used for discussion in the tutorial, and does not create a coherent program. These examples cover the following topics:

START SNIPPET and END SNIPPET comments are used by the wiki to display code snippets from svn. Factory creation is repeated below so that it shows up in the tutorial code snippets.

Version:
$Id: CTSTutorial.java 34132 2009-10-12 07:45:46Z mbedward $
Author:
Rueben Schulz TODO using the auto crs factory

Method Summary
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
 

Method Detail

main

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


Copyright © 1996-2010 Geotools. All Rights Reserved.