Methods in es.unex.sextante.gui.cmd that throw CommandLineException |
static GeoAlgorithm |
Parser.getAlgorithm(java.lang.String sAlgName,
java.lang.String[] args)
Returns a ready-to-be-executed instance of a given algorithm,
based on its command-line name and an array of strings representing
parameter values |
static GeoAlgorithm |
Parser.getModel(java.lang.String sModelFilename,
java.lang.String[] args)
Return a ready-to-be-executed instance of a given model,
based on its filename and an array of strings representing
parameter values |
static GeoAlgorithm |
Parser.getWPSProcess(java.lang.String sURL,
java.lang.String sProcessIdentifier,
java.lang.String[] args)
Return a ready-to-be-executed instance of a given WPS Process
as a SEXTANTE GeoAlgorithm, based on its URL and identifier
and an array of strings representing parameter values |