es.unex.sextante.additionalInfo
Class AdditionalInfoRasterLayer

java.lang.Object
  extended by es.unex.sextante.additionalInfo.AdditionalInfoDataObject
      extended by es.unex.sextante.additionalInfo.AdditionalInfoRasterLayer
All Implemented Interfaces:
AdditionalInfo

public class AdditionalInfoRasterLayer
extends AdditionalInfoDataObject


Constructor Summary
AdditionalInfoRasterLayer(boolean bIsMandatory)
           
 
Method Summary
 boolean getIs3d()
          Checks whether the raster layer is 3D.
 java.lang.String getTextDescription()
           
 void setIs3d(boolean is3d)
          Sets whether the raster layer is 3D.
 
Methods inherited from class es.unex.sextante.additionalInfo.AdditionalInfoDataObject
getIsMandatory, setIsMandatory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalInfoRasterLayer

public AdditionalInfoRasterLayer(boolean bIsMandatory)
Method Detail

getIs3d

public boolean getIs3d()
Checks whether the raster layer is 3D.

Returns:
true if it is a 3D layer.

setIs3d

public void setIs3d(boolean is3d)
Sets whether the raster layer is 3D.

Parameters:
is3d - true if it is a 3D layer.

getTextDescription

public java.lang.String getTextDescription()