Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libFMap_geometries / src / org / gvsig / fmap / geom / primitive / Arc.java @ 21047

History | View | Annotate | Download (218 Bytes)

1
package org.gvsig.fmap.geom.primitive;
2

    
3
import org.gvsig.fmap.geom.Geometry;
4

    
5

    
6
public interface Arc extends Curve {
7
        
8
        /** This predefined geometry's type */
9
        public static final int GEOM_TYPE = Geometry.TYPES.ARC;        
10
}