org.gvsig.raster.reproject.app.toolbox
Class AbstractToolboxAction

java.lang.Object
  extended by es.unex.sextante.gui.core.ToolboxAction
      extended by org.gvsig.raster.reproject.app.toolbox.AbstractToolboxAction
Direct Known Subclasses:
ReprojectToolboxAction

public abstract class AbstractToolboxAction
extends es.unex.sextante.gui.core.ToolboxAction

Base class for toolBox actions

Author:
Nacho Brodin

Field Summary
protected  org.gvsig.raster.fmap.layers.FLyrRaster lyr
           
 
Constructor Summary
AbstractToolboxAction()
           
 
Method Summary
 java.lang.String getGroup()
           
 boolean isActive()
           
abstract  boolean isPluginInstalled()
          Returns true if the plugin which gives the functionality is installed in gvSIG
 boolean loadLayer()
          Loads the raster layer for the tool
 
Methods inherited from class es.unex.sextante.gui.core.ToolboxAction
execute, getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lyr

protected org.gvsig.raster.fmap.layers.FLyrRaster lyr
Constructor Detail

AbstractToolboxAction

public AbstractToolboxAction()
Method Detail

getGroup

public java.lang.String getGroup()
Specified by:
getGroup in class es.unex.sextante.gui.core.ToolboxAction

isActive

public boolean isActive()
Specified by:
isActive in class es.unex.sextante.gui.core.ToolboxAction

isPluginInstalled

public abstract boolean isPluginInstalled()
Returns true if the plugin which gives the functionality is installed in gvSIG

Returns:

loadLayer

public boolean loadLayer()
Loads the raster layer for the tool

Returns:


Copyright © 2013-2014 gvSIG Association. All Rights Reserved.