Uses of Class
es.unex.sextante.core.OutputFactory

Packages that use OutputFactory
es.unex.sextante.core   
es.unex.sextante.gui.core   
es.unex.sextante.shapesTools   
es.unex.sextante.wps   
 

Uses of OutputFactory in es.unex.sextante.core
 

Methods in es.unex.sextante.core with parameters of type OutputFactory
 boolean GeoAlgorithm.execute(ITaskMonitor task, OutputFactory outputFactory)
          This method should be used to execute the algorithm once the parameters have been assigned.
 

Constructors in es.unex.sextante.core with parameters of type OutputFactory
ProcessTask(GeoAlgorithm algorithm, OutputFactory outputFactory, ITaskMonitor taskMonitor)
          Creates a new process task
 

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

Methods in es.unex.sextante.gui.core that return OutputFactory
static OutputFactory SextanteGUI.getOutputFactory()
          Returns the current OutputFactory
 

Methods in es.unex.sextante.gui.core with parameters of type OutputFactory
static void SextanteGUI.setOutputFactory(OutputFactory outputFactory)
          sets a new output factory
 

Uses of OutputFactory in es.unex.sextante.shapesTools
 

Methods in es.unex.sextante.shapesTools with parameters of type OutputFactory
static IVectorLayer ShapesTools.addFields(OutputFactory outputFactory, IVectorLayer layer, IOutputChannel channel, java.lang.String[] sFieldNames, java.lang.Object[][] addedValues, java.lang.Class[] fieldTypes)
          Returns a new vector layer identical to a given one but with additional fields in its attributes table
 

Uses of OutputFactory in es.unex.sextante.wps
 

Methods in es.unex.sextante.wps that return OutputFactory
static OutputFactory SextanteWPSConfig.getOutputFactory()
           
 

Methods in es.unex.sextante.wps with parameters of type OutputFactory
static void SextanteWPSConfig.setOutputFactory(OutputFactory outputFactory)