|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.unex.sextante.outputs.Output
public abstract class Output
This class defines a generic output object
Output objects are contained in an OutputObjectsSet
and used to define the outputs generated by a geoalgorithm,
and also to hold them once the algorithm has created them
Constructor Summary | |
---|---|
Output()
|
Method Summary | |
---|---|
abstract java.lang.String |
getCommandLineParameter()
Returns the output as a command-line parameter |
java.lang.String |
getDescription()
Returns the description of the output object |
java.lang.String |
getName()
Returns the name of the object |
Output |
getNewInstance()
|
IOutputChannel |
getOutputChannel()
Returns the output channel associated with the output object |
java.lang.Object |
getOutputObject()
Returns the value of the output object |
abstract java.lang.String |
getTypeDescription()
returns a human-readable description of the type of output |
void |
setDescription(java.lang.String description)
Sets a new description for the output object |
void |
setName(java.lang.String name)
Sets a new name for the output object |
void |
setObjectData(Output output)
Sets the data objects (output channel, name, output object, etc) of this objects from another Output object |
void |
setOutputChannel(IOutputChannel channel)
Sets a new output channel associated with this output object |
abstract void |
setOutputObject(java.lang.Object object)
Sets a new value for the output object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Output()
Method Detail |
---|
public Output getNewInstance()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name for the output objectpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new description for the output objectpublic java.lang.Object getOutputObject()
public abstract void setOutputObject(java.lang.Object object)
object
- the new value for the output objectpublic IOutputChannel getOutputChannel()
public void setOutputChannel(IOutputChannel channel)
channel
- the new output channel associated with this output
objectpublic abstract java.lang.String getCommandLineParameter()
public void setObjectData(Output output)
output
- the Output object to take data frompublic abstract java.lang.String getTypeDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |