Revision 379 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/FGeometry.java

View differences:

FGeometry.java
60 60
	        if (shp instanceof FPoint2D) {
61 61
	        	((FPoint2D) shp).transform(at);
62 62
	        }
63
	        if (shp instanceof FLabel){
64
	        	((FLabel)shp).transform(at);
65
	        }
63 66
		
64 67
	} 
65 68
	

Also available in: Unified diff