Revision 324 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FPolygon2D.java

View differences:

FPolygon2D.java
9 9
 * 
10 10
 */
11 11
public class FPolygon2D extends FPolyline2D {
12
	/**
13
	 * @see com.iver.cit.gvsig.fmap.core.FShape#getShapeType()
14
	 */
15
	public int getShapeType() {
16
		return FShape.POLYGON;
17
	}
12 18
    /**
13 19
     * Crea un nuevo Polygon2D.
14 20
     *

Also available in: Unified diff