es.unex.sextante.modeler.elements
Class ModelElementVectorLayer
java.lang.Object
es.unex.sextante.modeler.elements.ModelElementVectorLayer
- All Implemented Interfaces:
- IModelElement
public class ModelElementVectorLayer
- extends java.lang.Object
- implements IModelElement
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, 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
ModelElementVectorLayer
public ModelElementVectorLayer()
getShapeType
public int getShapeType()
setShapeType
public void setShapeType(int shapeType)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object