org.geotools.data.gen.tool
Class Toolbox
java.lang.Object
org.geotools.data.gen.tool.Toolbox
public class Toolbox
- extends java.lang.Object
Utility class
1) Validate xml config 2) generalize shape files
- Author:
- Chrisitan Mueller
Method Summary |
protected void |
generalizeShapeFile(java.io.File shapeFile,
DataStore shapeDS,
java.io.File targetDir,
java.lang.Double[] distanceArray)
|
protected void |
generalizeShapeFile(java.lang.String shapeFileName,
java.lang.String targetDirName,
java.lang.String generalizations)
|
static void |
main(java.lang.String[] args)
|
boolean |
parse(java.lang.String[] args)
|
protected void |
validate(java.lang.String xmlLocation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Toolbox
public Toolbox()
main
public static void main(java.lang.String[] args)
parse
public boolean parse(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
validate
protected void validate(java.lang.String xmlLocation)
throws java.io.IOException
- Throws:
java.io.IOException
generalizeShapeFile
protected void generalizeShapeFile(java.lang.String shapeFileName,
java.lang.String targetDirName,
java.lang.String generalizations)
throws java.io.IOException
- Throws:
java.io.IOException
generalizeShapeFile
protected void generalizeShapeFile(java.io.File shapeFile,
DataStore shapeDS,
java.io.File targetDir,
java.lang.Double[] distanceArray)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1996-2010 Geotools. All Rights Reserved.