Uses of Class
es.unex.sextante.exceptions.GeoAlgorithmExecutionException

Packages that use GeoAlgorithmExecutionException
es.unex.sextante.core   
es.unex.sextante.exceptions   
es.unex.sextante.gui.batch   
es.unex.sextante.gui.batch.nonFileBased   
es.unex.sextante.gui.core   
es.unex.sextante.gui.grass   
es.unex.sextante.modeler   
es.unex.sextante.wps   
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.core
 

Methods in es.unex.sextante.core that throw GeoAlgorithmExecutionException
 java.lang.Boolean ProcessTask.call()
          Starts the execution of the task
 boolean GeoAlgorithm.execute(ITaskMonitor task, OutputFactory outputFactory)
          This method should be used to execute the algorithm once the parameters have been assigned.
abstract  boolean GeoAlgorithm.processAlgorithm()
          This method should implement the algorithm itself, using the values of the parameters and processing them.
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.exceptions
 

Subclasses of GeoAlgorithmExecutionException in es.unex.sextante.exceptions
 class IteratorException
           
 class NullParameterAdditionalInfoException
           
 class NullParameterValueException
           
 class UnsupportedOutputChannelException
           
 class WrongOutputIDException
           
 class WrongParameterIDException
           
 class WrongParameterTypeException
           
 class WrongParameterValueException
           
 class WrongRasterExtensionException
           
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.gui.batch
 

Methods in es.unex.sextante.gui.batch that throw GeoAlgorithmExecutionException
 java.lang.Boolean BatchProcessSingleUnit.call()
          Executes the algorithm
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.gui.batch.nonFileBased
 

Methods in es.unex.sextante.gui.batch.nonFileBased that throw GeoAlgorithmExecutionException
 java.lang.Boolean BatchProcessSingleUnit.call()
          Executes the algorithm
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.gui.core
 

Methods in es.unex.sextante.gui.core that throw GeoAlgorithmExecutionException
static boolean GeoAlgorithmExecutors.executeForCommandLine(GeoAlgorithm alg, javax.swing.JDialog parent)
          Executes an algorithm in a new thread and then gets the results and puts them into the GUI using the current post process task.
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.gui.grass
 

Subclasses of GeoAlgorithmExecutionException in es.unex.sextante.gui.grass
 class GrassExecutionException
           
 

Methods in es.unex.sextante.gui.grass that throw GeoAlgorithmExecutionException
 boolean GrassAlgorithm.processAlgorithm()
           
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.modeler
 

Methods in es.unex.sextante.modeler that throw GeoAlgorithmExecutionException
 boolean ModelAlgorithm.processAlgorithm()
           
 

Uses of GeoAlgorithmExecutionException in es.unex.sextante.wps
 

Methods in es.unex.sextante.wps that throw GeoAlgorithmExecutionException
 boolean WPSGeoAlgorithm.processAlgorithm()