es.unex.sextante.gui.cmd.bshcommands
Class extent

java.lang.Object
  extended by 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

Constructor Summary
extent()
           
 
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
 

Constructor Detail

extent

public extent()
Method Detail

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)