org.geotools.demo.referencing |
|
Java Source File Name | Type | Comment |
CTSTutorial.java | Class | 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. |
TransformationConsole.java | Class | An example of application reading points from the standard input, transforming
them and writting the result to the standard output. |
TransformationCoordinateFilter.java | Class | A coordinate filter that can be used to tranform each coordinate
in a geometry. |
TransformData.java | Class | A simple demo to transform the geometries in a shapefile from the source
coordinate reference system (CRS) to a target CRS. |