|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.outputs.Output
es.unex.sextante.outputs.OutputRasterLayer
public class OutputRasterLayer
An output representing a raster layer
Field Summary | |
---|---|
static int |
NUMBER_OF_BANDS_UNDEFINED
|
Constructor Summary | |
---|---|
OutputRasterLayer()
|
Method Summary | |
---|---|
java.lang.String |
getCommandLineParameter()
Returns the output as a command-line parameter |
Output |
getNewInstance()
|
int |
getNumberOfBands()
Returns the number of bands that this output raster layer will have |
java.lang.String |
getTypeDescription()
returns a human-readable description of the type of output |
void |
setNumberOfBands(int numberOfBands)
Set the number of bands of this output raster layer. |
void |
setObjectData(Output output)
Sets the data objects (output channel, name, output object, etc) of this objects from another Output object |
void |
setOutputObject(java.lang.Object obj)
Sets a new value for the output object |
Methods inherited from class es.unex.sextante.outputs.Output |
---|
getDescription, getName, getOutputChannel, getOutputObject, setDescription, setName, setOutputChannel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NUMBER_OF_BANDS_UNDEFINED
Constructor Detail |
---|
public OutputRasterLayer()
Method Detail |
---|
public void setOutputObject(java.lang.Object obj)
Output
setOutputObject
in class Output
obj
- the new value for the output objectpublic java.lang.String getCommandLineParameter()
Output
getCommandLineParameter
in class Output
public int getNumberOfBands()
public void setNumberOfBands(int numberOfBands)
numberOfBands
- the number of bands this output
raster layer will havepublic Output getNewInstance()
getNewInstance
in class Output
public void setObjectData(Output output)
Output
setObjectData
in class Output
output
- the Output object to take data frompublic java.lang.String getTypeDescription()
Output
getTypeDescription
in class Output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |