Package org.geotools.data.gen.tool
Class Toolbox
Object
Toolbox
Utility class
 
1) Validate xml config 2) generalize shape files
- Author:
- Chrisitan Mueller
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidgeneralizeShapeFile(File shapeFile, DataStore shapeDS, File targetDir, Double[] distanceArray) protected voidgeneralizeShapeFile(String shapeFileName, String targetDirName, String generalizations) static voidbooleanprotected void
- 
Constructor Details- 
Toolboxpublic Toolbox()
 
- 
- 
Method Details- 
main
- 
parse- Throws:
- IOException
 
- 
validate- Throws:
- IOException
 
- 
generalizeShapeFileprotected void generalizeShapeFile(String shapeFileName, String targetDirName, String generalizations) throws IOException - Throws:
- IOException
 
- 
generalizeShapeFileprotected void generalizeShapeFile(File shapeFile, DataStore shapeDS, File targetDir, Double[] distanceArray) throws IOException - Throws:
- IOException
 
 
-