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

java.lang.Object
  extended by es.unex.sextante.gui.cmd.bshcommands.autoextent

public class autoextent
extends java.lang.Object

A BeanShell command to activate or deactivate the automatic computation of output grid extents from algorithms that generate raster layers.

Author:
volaya

Constructor Summary
autoextent()
           
 
Method Summary
static void invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String sBoolean)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

autoextent

public autoextent()
Method Detail

invoke

public static void invoke(bsh.Interpreter env,
                          bsh.CallStack callstack,
                          java.lang.String sBoolean)