ShapefileMerger
1. General Information
First of all, please make sure to read the chapter on General Information for all deegreeTools.
2. Description
This program merges two shapefile sharing one schema into one. Sharing the same schema means that
- both shapes must store the same geometry type
- the assigned dBase files must have the same columns (name/type)
3. Library Dependancies
deegree2.jar jaxen-1.1-beta-8.jar jts-1.8.jar log4j-1.2.9.jar
4. Usage
The program will be invoked as follows:
java -classpath .;libs/deegree2.jar org.deegree.tools.shape.ShapefileMerger <out_shapefile> <in_shape_1> <in_shape2> ... <in_shape_n>
The program receives following commandline parameter:
- ..todo...
look for other deegreeTools