GML2Shape_new
1. General Information
First of all, please make sure to read the chapter on General Information for all deegreeTools.
2. Description
This tool as optimised for 3D data. If you want to handle 2D data, pleases refer to GML2Shape.
This program converts a GML document into a ESRI shapefile. Because capabilities of shapes for storing geo spatial data are limited it is required that the GML to be transformed just contains simple features. This means each property of a feature must contain a simple datatype like string, double, integer, date ... or a simple Geometry like a Polygon, LineString, a Point or their MultiXXX versions (Surface and Curve are also possible if their content can be mapped to a simple Polygon/ LineString).
3. Library Dependancies
deegree2.jar ...to do...
4. Usage
The program will be invoked as follows:
java -classpath ... org.deegree.tools.shape.GML2Shape_new <inputfile/URL> <outputfile basename>
The program receives following commandline parameter: ...todo...
look for other deegreeTools