Revision 37514 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/impl/Circle2D.java

View differences:

Circle2D.java
47 47
import java.util.ArrayList;
48 48

  
49 49
import org.cresques.cts.IProjection;
50

  
50 51
import org.gvsig.fmap.geom.Geometry;
51 52
import org.gvsig.fmap.geom.handler.AbstractHandler;
52 53
import org.gvsig.fmap.geom.handler.CuadrantHandler;
......
266 267
					.getY()
267 268
					- radio, 2 * radio, 2 * radio, 0, 360, Arc2D.OPEN);
268 269
			gp = new GeneralPathX(arc.getPathIterator(null));
269

  
270
			gp.closePath();
270 271
		}
271 272
	}
272 273

  
......
355 356
				.getY()
356 357
				- radious, 2 * radious, 2 * radious, 0, 360, Arc2D.OPEN);
357 358
		this.gp = new GeneralPathX(arc.getPathIterator(null));
359
		gp.closePath();
358 360
		this.center = _center;
359 361
		this.radio = radious;	
360 362
	}
......
389 391
				.getY()
390 392
				- radious, 2 * radious, 2 * radious, 0, 360, Arc2D.OPEN);
391 393
		this.gp = new GeneralPathX(arc.getPathIterator(null));
394
		gp.closePath();
392 395
		this.center = center;
393 396
		this.radio = radious;	
394 397
		

Also available in: Unified diff