|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Output | |
---|---|
es.unex.sextante.core | |
es.unex.sextante.outputs |
Uses of Output in es.unex.sextante.core |
---|
Methods in es.unex.sextante.core that return Output | |
---|---|
Output |
OutputObjectsSet.getOutput(int iIndex)
Returns an output of the set, identified by its index in it |
Output |
OutputObjectsSet.getOutput(java.lang.String sName)
Returns an output of the set, identified by its name |
Methods in es.unex.sextante.core with parameters of type Output | |
---|---|
void |
OutputObjectsSet.add(Output output)
adds a new output to the set. |
java.lang.String |
OutputFactory.getTempFilename(Output out)
|
boolean |
OutputObjectsSet.remove(Output out)
Removes an output object from the set |
Uses of Output in es.unex.sextante.outputs |
---|
Subclasses of Output in es.unex.sextante.outputs | |
---|---|
class |
OutputChart
An output representing a chart |
class |
OutputRasterLayer
An output representing a raster layer |
class |
OutputTable
An output representing a table |
class |
OutputText
An output representing a HTML-formatted text |
class |
OutputVectorLayer
An output representing a vector layer |
Methods in es.unex.sextante.outputs that return Output | |
---|---|
Output |
OutputVectorLayer.getNewInstance()
|
Output |
OutputRasterLayer.getNewInstance()
|
Output |
Output.getNewInstance()
|
Methods in es.unex.sextante.outputs with parameters of type Output | |
---|---|
void |
OutputVectorLayer.setObjectData(Output output)
|
void |
OutputRasterLayer.setObjectData(Output output)
|
void |
Output.setObjectData(Output output)
Sets the data objects (output channel, name, output object, etc) of this objects from another Output object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |