|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.gui.batch.BatchProcessMonitorableTask
public class BatchProcessMonitorableTask
A task to execute a batch process.
Constructor Summary | |
---|---|
BatchProcessMonitorableTask(GeoAlgorithm algorithm,
java.util.ArrayList parameters,
java.util.ArrayList outputs,
GridExtent gridExtent,
javax.swing.JDialog parent)
Creates a new task |
Method Summary | |
---|---|
void |
run()
Runs the batch process |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BatchProcessMonitorableTask(GeoAlgorithm algorithm, java.util.ArrayList parameters, java.util.ArrayList outputs, GridExtent gridExtent, javax.swing.JDialog parent)
algorithm
- the algorithm to executeparameters
- a list of maps, each one of them containing
parameter values for each execution of the algorithmoutputs
- a list of maps, each one of them containing
output settings for each execution of the algorithmgridExtent
- the grid extent to use if the algorithm creates
new raster layersMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |