Uses of Interface
org.openjump.core.rasterimage.sextante.ISextanteRasterLayer

Packages that use ISextanteRasterLayer
org.openjump.core.rasterimage.sextante   
org.openjump.core.rasterimage.sextante.rasterWrappers   
 

Uses of ISextanteRasterLayer in org.openjump.core.rasterimage.sextante
 

Classes in org.openjump.core.rasterimage.sextante that implement ISextanteRasterLayer
 class AbstractSextanteRasterLayer
          A convenience class which implements some of the methods of the IRasterLayer interface.
 class OpenJUMPSextanteRasterLayer
           
 

Methods in org.openjump.core.rasterimage.sextante with parameters of type ISextanteRasterLayer
 void ISextanteRasterLayer.add(ISextanteRasterLayer layer)
          adds the value of another raster layer to this one.
 void AbstractSextanteRasterLayer.add(ISextanteRasterLayer driver)
           
 void ISextanteRasterLayer.assign(ISextanteRasterLayer layer)
           
 void AbstractSextanteRasterLayer.assign(ISextanteRasterLayer layer)
           
 void ISextanteRasterLayer.setWindowExtent(ISextanteRasterLayer layer)
          Sets the extent of the query window using the full extent of another layer
 void AbstractSextanteRasterLayer.setWindowExtent(ISextanteRasterLayer layer)
           
 

Uses of ISextanteRasterLayer in org.openjump.core.rasterimage.sextante.rasterWrappers
 

Fields in org.openjump.core.rasterimage.sextante.rasterWrappers declared as ISextanteRasterLayer
protected  ISextanteRasterLayer GridWrapper.m_Layer
           
 

Constructors in org.openjump.core.rasterimage.sextante.rasterWrappers with parameters of type ISextanteRasterLayer
GridWrapper(ISextanteRasterLayer layer, GridExtent windowExtent)
           
GridWrapperInterpolated(ISextanteRasterLayer layer, GridExtent windowExtent)
           
GridWrapperNotInterpolated(ISextanteRasterLayer layer, GridExtent windowExtent)