|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOutputChannel | |
---|---|
es.unex.sextante.core | |
es.unex.sextante.outputs | |
es.unex.sextante.shapesTools |
Uses of IOutputChannel in es.unex.sextante.core |
---|
Methods in es.unex.sextante.core with parameters of type IOutputChannel | |
---|---|
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. |
abstract ITable |
OutputFactory.getNewTable(java.lang.String sName,
java.lang.Class[] types,
java.lang.String[] sFields,
IOutputChannel channel)
Use this method to create a new table. |
abstract IVectorLayer |
OutputFactory.getNewVectorLayer(java.lang.String sName,
int iShapeType,
java.lang.Class[] types,
java.lang.String[] sFields,
IOutputChannel channel,
java.lang.Object crs)
Use this method to create a new VectorMemoryDriver that can be used to generate new vector layers as output from the geo-algorithm |
Uses of IOutputChannel in es.unex.sextante.outputs |
---|
Classes in es.unex.sextante.outputs that implement IOutputChannel | |
---|---|
class |
FileOutputChannel
|
class |
StreamOutputChannel
|
Methods in es.unex.sextante.outputs that return IOutputChannel | |
---|---|
IOutputChannel |
Output.getOutputChannel()
Returns the output channel associated with the output object |
Methods in es.unex.sextante.outputs with parameters of type IOutputChannel | |
---|---|
void |
Output.setOutputChannel(IOutputChannel channel)
Sets a new output channel associated with this output object |
Uses of IOutputChannel in es.unex.sextante.shapesTools |
---|
Methods in es.unex.sextante.shapesTools with parameters of type IOutputChannel | |
---|---|
static IVectorLayer |
ShapesTools.addFields(OutputFactory outputFactory,
IVectorLayer layer,
IOutputChannel channel,
java.lang.String[] sFieldNames,
java.lang.Object[][] addedValues,
java.lang.Class[] fieldTypes)
Returns a new vector layer identical to a given one but with additional fields in its attributes table |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |