org.gvsig.raster.reproject.app.toolbox
Class AbstractToolboxAction
java.lang.Object
es.unex.sextante.gui.core.ToolboxAction
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
|
|
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 |
lyr
protected org.gvsig.raster.fmap.layers.FLyrRaster lyr
AbstractToolboxAction
public AbstractToolboxAction()
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.