Uses of Interface
org.openjump.core.rasterimage.sextante.ISextanteLayer
-
Packages that use ISextanteLayer Package Description org.openjump.core.rasterimage.sextante org.openjump.core.rasterimage.sextante.rasterWrappers -
-
Uses of ISextanteLayer in org.openjump.core.rasterimage.sextante
Subinterfaces of ISextanteLayer in org.openjump.core.rasterimage.sextante Modifier and Type Interface Description interface
ISextanteRasterLayer
This is the base interface that all raster object have to implement to be able to be used by SEXTANTE algorithms.Classes in org.openjump.core.rasterimage.sextante that implement ISextanteLayer Modifier and Type Class Description class
AbstractSextanteRasterLayer
A convenience class which implements some of the methods of the IRasterLayer interface.class
OpenJUMPSextanteRasterLayer
-
Uses of ISextanteLayer in org.openjump.core.rasterimage.sextante.rasterWrappers
Constructors in org.openjump.core.rasterimage.sextante.rasterWrappers with parameters of type ISextanteLayer Constructor Description GridExtent(ISextanteLayer layer)
Creates a new grid extent using the extent of a layer If it is a raster layer, it will also use its cellsize
-