es.unex.sextante.modeler.elements
Class ModelElementVectorLayer

java.lang.Object
  extended by es.unex.sextante.modeler.elements.ModelElementVectorLayer
All Implemented Interfaces:
IModelElement

public class ModelElementVectorLayer
extends java.lang.Object
implements IModelElement


Field Summary
static int SHAPE_TYPE_LINE
           
static int SHAPE_TYPE_POINT
           
static int SHAPE_TYPE_POLYGON
           
static int SHAPE_TYPE_UNDEFINED
           
 
Constructor Summary
ModelElementVectorLayer()
           
 
Method Summary
 int getShapeType()
           
 void setShapeType(int shapeType)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ModelElementVectorLayer

public ModelElementVectorLayer()
Method Detail

getShapeType

public int getShapeType()

setShapeType

public void setShapeType(int shapeType)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object