public class Toolbox extends Object
1) Validate xml config 2) generalize shape files
| Constructor and Description |
|---|
Toolbox() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generalizeShapeFile(File shapeFile,
DataStore shapeDS,
File targetDir,
Double[] distanceArray) |
protected void |
generalizeShapeFile(String shapeFileName,
String targetDirName,
String generalizations) |
static void |
main(String[] args) |
boolean |
parse(String[] args) |
protected void |
validate(String xmlLocation) |
public static void main(String[] args)
public boolean parse(String[] args) throws IOException
IOExceptionprotected void validate(String xmlLocation) throws IOException
IOExceptionprotected void generalizeShapeFile(String shapeFileName, String targetDirName, String generalizations) throws IOException
IOExceptionprotected void generalizeShapeFile(File shapeFile, DataStore shapeDS, File targetDir, Double[] distanceArray) throws IOException
IOExceptionCopyright © 1996–2019 Geotools. All rights reserved.