Revision 37524 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/impl/EllipticArc2DZ.java

View differences:

EllipticArc2DZ.java
44 44
	 */
45 45
	EllipticArc2DZ(GeometryType geometryType, String id, IProjection projection, GeneralPathX gpx, Point2D axis1Start,Point2D axis1End, double axis2Dist, double angSt, double andExt) {
46 46
		super(geometryType, id, projection, gpx, axis1Start, axis1End, axis2Dist, angSt, andExt);		
47
	}
47
	}	
48

  
49
    public int getDimension() {
50
        return 3;
51
    }
48 52
}

Also available in: Unified diff