Revision 33018

View differences:

branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/GeneralPathX.java
726 726
	 */
727 727
	public boolean intersects(double x, double y, double w, double h) {
728 728
		return GeomUtilities.intersects(getPathIterator(null),
729
				x, y, x+w, y+h);    	
729
				x, y, w, h);    	
730 730
	}
731 731

  
732 732
	/**

Also available in: Unified diff