|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnsupportedOutputChannelException | |
---|---|
es.unex.sextante.core | |
es.unex.sextante.shapesTools |
Uses of UnsupportedOutputChannelException in es.unex.sextante.core |
---|
Methods in es.unex.sextante.core that throw UnsupportedOutputChannelException | |
---|---|
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 IVectorLayer that can be used to generate new vector layers as output from the geo-algorithm |
Uses of UnsupportedOutputChannelException in es.unex.sextante.shapesTools |
---|
Methods in es.unex.sextante.shapesTools that throw UnsupportedOutputChannelException | |
---|---|
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 |