Uses of Interface
es.unex.sextante.dataObjects.ILayer

Packages that use ILayer
es.unex.sextante.core   
es.unex.sextante.dataObjects   
es.unex.sextante.rasterWrappers   
 

Uses of ILayer in es.unex.sextante.core
 

Methods in es.unex.sextante.core that return ILayer
 ILayer[] IInputFactory.getLayers()
          Returns the raster and vector layers in the set
 ILayer[] AbstractInputFactory.getLayers()
           
 

Uses of ILayer in es.unex.sextante.dataObjects
 

Subinterfaces of ILayer in es.unex.sextante.dataObjects
 interface IRasterLayer
          This is the base interface that all raster object have to implement to be able to be used by SEXTANTE algorithms.
 interface IVectorLayer
          This is the base interface that all vector layers have to implement to be able to be used by SEXTANTE algorithms.
 

Classes in es.unex.sextante.dataObjects that implement ILayer
 class AbstractRasterLayer
          A convenience class which implements some of the methods of the IRasterLayer interface.
 class AbstractVectorLayer
          A convenience class which implements some of the methods of the IVectorLayer interface.
 

Uses of ILayer in es.unex.sextante.rasterWrappers
 

Constructors in es.unex.sextante.rasterWrappers with parameters of type ILayer
GridExtent(ILayer layer)
          Creates a new grid extent using the extent of a layer If it is a raster layer, it will also use its cellsize