|
||||||||||
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.OutputVectorLayer
public class OutputVectorLayer
An output representing a vector layer
Field Summary | |
---|---|
static int |
SHAPE_TYPE_LINE
|
static int |
SHAPE_TYPE_POINT
|
static int |
SHAPE_TYPE_POLYGON
|
static int |
SHAPE_TYPE_UNDEFINED
|
Constructor Summary | |
---|---|
OutputVectorLayer()
|
Method Summary | |
---|---|
java.lang.String |
getCommandLineParameter()
Returns the output as a command-line parameter |
Output |
getNewInstance()
|
int |
getShapeType()
Returns the shape type of this output vector layer |
java.lang.String |
getTypeDescription()
returns a human-readable description of the type of output |
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 |
void |
setShapeType(int shapeType)
Sets the shape type of this output vector layer |
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 SHAPE_TYPE_POLYGON
public static final int SHAPE_TYPE_POINT
public static final int SHAPE_TYPE_LINE
public static final int SHAPE_TYPE_UNDEFINED
Constructor Detail |
---|
public OutputVectorLayer()
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 getShapeType()
public void setShapeType(int shapeType)
shapeType
- The shape type of this outputpublic 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 |