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
IOException
protected void validate(String xmlLocation) throws IOException
IOException
protected void generalizeShapeFile(String shapeFileName, String targetDirName, String generalizations) throws IOException
IOException
protected void generalizeShapeFile(File shapeFile, DataStore shapeDS, File targetDir, Double[] distanceArray) throws IOException
IOException
Copyright © 1996–2019 Geotools. All rights reserved.