|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRasterLayer | |
---|---|
es.unex.sextante.core | |
es.unex.sextante.dataObjects | |
es.unex.sextante.gui.dataExplorer | |
es.unex.sextante.parameters | |
es.unex.sextante.rasterWrappers | |
org.n52.wps.io.binary |
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,
IOutputChannel channel,
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,
IOutputChannel channel,
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)
|
IRasterLayer[] |
IInputFactory.getRasterLayers()
Returns the raster layers in the set |
IRasterLayer[] |
AbstractInputFactory.getRasterLayers()
|
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,
IOutputChannel channel,
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.dataExplorer |
---|
Methods in es.unex.sextante.gui.dataExplorer that return IRasterLayer | |
---|---|
IRasterLayer |
BandTreeNode.getLayer()
|
Constructors in es.unex.sextante.gui.dataExplorer with parameters of type IRasterLayer | |
---|---|
BandTreeNode(java.lang.Object obj,
IRasterLayer layer,
int iBand)
|
|
ModifyNoDataValue(IRasterLayer layer)
|
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)
|
Uses of IRasterLayer in org.n52.wps.io.binary |
---|
Methods in org.n52.wps.io.binary with parameters of type IRasterLayer | |
---|---|
java.io.InputStream |
GeotiffGenerator.getAsInputStream(IRasterLayer layer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |