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