Package ca.spatial.patchworks
Class Patchworks
java.lang.Object
ca.spatial.patchworks.Patchworks
This is the main class for the Patchworks application
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static void
Start up the Patchworks applicationvoid
Comparison report writer.void
setInputFiles(ca.spatial.patchworks.InputControl ic, Wizard wiz)
void
setLayerList(LayerList layers)
void
-
Method Details
-
setInputFiles
-
getControl
-
setLayerList
-
setReportWriter
-
setComparisonWriter
Comparison report writer. -
addReport
-
main
Start up the Patchworks application- Parameters:
argv
- A list of arguments. Currently the application only expects to have the name of the PIN file in the argument list. If the name of the PIN file is not provided then the application will prompt for it.
-