es.unex.sextante.outputs
Class OutputVectorLayer
java.lang.Object
es.unex.sextante.outputs.Output
es.unex.sextante.outputs.OutputVectorLayer
public class OutputVectorLayer
- extends Output
An output representing a vector layer
- Author:
- volaya
Method Summary |
java.lang.String |
getCommandLineParameter()
Returns the output as a command-line parameter |
int |
getShapeType()
Returns the shape type of this output vector layer |
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHAPE_TYPE_POLYGON
public static final int SHAPE_TYPE_POLYGON
- See Also:
- Constant Field Values
SHAPE_TYPE_POINT
public static final int SHAPE_TYPE_POINT
- See Also:
- Constant Field Values
SHAPE_TYPE_LINE
public static final int SHAPE_TYPE_LINE
- See Also:
- Constant Field Values
SHAPE_TYPE_UNDEFINED
public static final int SHAPE_TYPE_UNDEFINED
- See Also:
- Constant Field Values
OutputVectorLayer
public OutputVectorLayer()
setOutputObject
public void setOutputObject(java.lang.Object obj)
- Description copied from class:
Output
- Sets a new value for the output object
- Specified by:
setOutputObject
in class Output
- Parameters:
obj
- the new value for the output object
getCommandLineParameter
public java.lang.String getCommandLineParameter()
- Description copied from class:
Output
- Returns the output as a command-line parameter
- Specified by:
getCommandLineParameter
in class Output
- Returns:
- the output as a string, to save it as a
command-line parameter
getShapeType
public int getShapeType()
- Returns the shape type of this output vector layer
- Returns:
- the shape type of this output vector layer
setShapeType
public void setShapeType(int shapeType)
- Sets the shape type of this output vector layer
- Parameters:
shapeType
- The shape type of this output