Revision 14

View differences:

trunk/org.gvsig.toolbox/org.gvsig.toolbox.core/src/es/unex/sextante/dataObjects/IVectorLayer.java
18 18
         extends
19 19
            ILayer {
20 20

  
21
   public static final int SHAPE_TYPE_POINT   = 0;
22
   public static final int SHAPE_TYPE_LINE    = 1;
23
   public static final int SHAPE_TYPE_POLYGON = 2;
24
   public static final int SHAPE_TYPE_MIXED   = 3;
21
   public static final int SHAPE_TYPE_POINT        = 0;
22
   public static final int SHAPE_TYPE_LINE         = 1;
23
   public static final int SHAPE_TYPE_POLYGON      = 2;
24
   public static final int SHAPE_TYPE_MIXED        = 3;
25
   
26
   //Types to create a multilayer in gvSIG. Don't use for anything more
27
   public static final int SHAPE_TYPE_MULTIPOINT   = 4;
28
   public static final int SHAPE_TYPE_MULTILINE    = 5;
29
   public static final int SHAPE_TYPE_MULTIPOLYGON = 6;
25 30

  
26 31
   /**
27 32
    * this constant indicates that the shape type is not compatible with SEXTANTE (for example a layer with multiple types if that

Also available in: Unified diff