es.unex.sextante.gui.cmd.bshcommands
Class extent
java.lang.Object
es.unex.sextante.gui.cmd.bshcommands.extent
public class extent
- extends java.lang.Object
A BeanShell command to change the grid extent used to
generate new raster layers from SEXTANTE algorithms
- Author:
- volaya
Method Summary |
static void |
invoke(bsh.Interpreter env,
bsh.CallStack callstack,
double xMin,
double yMin,
double xMax,
double yMax,
double dCellSize)
|
static void |
invoke(bsh.Interpreter env,
bsh.CallStack callstack,
java.lang.String sLayer)
|
static void |
invoke(bsh.Interpreter env,
bsh.CallStack callstack,
java.lang.String sLayer,
double dCellSize)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extent
public extent()
invoke
public static void invoke(bsh.Interpreter env,
bsh.CallStack callstack,
java.lang.String sLayer)
invoke
public static void invoke(bsh.Interpreter env,
bsh.CallStack callstack,
java.lang.String sLayer,
double dCellSize)
invoke
public static void invoke(bsh.Interpreter env,
bsh.CallStack callstack,
double xMin,
double yMin,
double xMax,
double yMax,
double dCellSize)