|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRasterLayer | |
---|---|
es.unex.sextante.core | |
es.unex.sextante.dataObjects | |
es.unex.sextante.gui.core | |
es.unex.sextante.parameters | |
es.unex.sextante.rasterWrappers |
Uses of IRasterLayer in es.unex.sextante.core |
---|
Methods in es.unex.sextante.core that return IRasterLayer | |
---|---|
abstract IRasterLayer |
OutputFactory.getNewRasterLayer(java.lang.String sName,
int iDataType,
GridExtent extent,
int iBands,
java.lang.String sFilename,
java.lang.Object crs)
Use this method to create a new raster layer as output from the geo-algorithm. |
IRasterLayer |
OutputFactory.getNewRasterLayer(java.lang.String sName,
int iDataType,
IRasterLayer layer,
int iBands,
GridExtent outputGridExtent,
java.lang.String sFilename,
java.lang.Object crs)
Use this method to create a new raster layer as output from the geo-algorithm. |
IRasterLayer |
ParametersSet.getParameterValueAsRasterLayer(java.lang.String sParameterName)
|
Methods in es.unex.sextante.core with parameters of type IRasterLayer | |
---|---|
IRasterLayer |
OutputFactory.getNewRasterLayer(java.lang.String sName,
int iDataType,
IRasterLayer layer,
int iBands,
GridExtent outputGridExtent,
java.lang.String sFilename,
java.lang.Object crs)
Use this method to create a new raster layer as output from the geo-algorithm. |
Uses of IRasterLayer in es.unex.sextante.dataObjects |
---|
Classes in es.unex.sextante.dataObjects that implement IRasterLayer | |
---|---|
class |
AbstractRasterLayer
A convenience class which implements some of the methods of the IRasterLayer interface. |
Methods in es.unex.sextante.dataObjects with parameters of type IRasterLayer | |
---|---|
void |
IRasterLayer.add(IRasterLayer layer)
adds the value of another raster layer to this one. |
void |
AbstractRasterLayer.add(IRasterLayer driver)
|
void |
IRasterLayer.assign(IRasterLayer layer)
|
void |
AbstractRasterLayer.assign(IRasterLayer layer)
|
void |
IRasterLayer.setWindowExtent(IRasterLayer layer)
Sets the extent of the query window using the full extent of another layer |
void |
AbstractRasterLayer.setWindowExtent(IRasterLayer layer)
|
Uses of IRasterLayer in es.unex.sextante.gui.core |
---|
Methods in es.unex.sextante.gui.core that return IRasterLayer | |
---|---|
IRasterLayer[] |
IInputFactory.getRasterLayers()
Returns the raster layers in the set |
IRasterLayer[] |
AbstractInputFactory.getRasterLayers()
|
Uses of IRasterLayer in es.unex.sextante.parameters |
---|
Methods in es.unex.sextante.parameters with parameters of type IRasterLayer | |
---|---|
void |
RasterLayerAndBand.setRasterLayer(IRasterLayer rasterLayer)
|
Constructors in es.unex.sextante.parameters with parameters of type IRasterLayer | |
---|---|
RasterLayerAndBand(IRasterLayer layer,
int iBand)
|
Uses of IRasterLayer in es.unex.sextante.rasterWrappers |
---|
Constructors in es.unex.sextante.rasterWrappers with parameters of type IRasterLayer | |
---|---|
GridWrapper(IRasterLayer layer,
GridExtent windowExtent)
|
|
GridWrapperInterpolated(IRasterLayer layer,
GridExtent windowExtent)
|
|
GridWrapperNotInterpolated(IRasterLayer layer,
GridExtent windowExtent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |