Revision 39508

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/FLayers.java
788 788
	public MapContext getMapContext() {
789 789
		return fmap;
790 790
	}
791

  
791 792
	/*
792
	 * (non-Javadoc)
793
	 * @see com.iver.cit.gvsig.fmap.layers.FLyrDefault#setCoordTrans(org.cresques.cts.ICoordTrans)
794
	 */
793
	 * I don't think this implementation makes any sense.
794
	 * We can group layers with different transformations,
795
	 * we cannot set the ICoordTrans for all (?)
796
	 * 
795 797
	public void setCoordTrans(ICoordTrans ct) {
796 798
		super.setCoordTrans(ct);
797 799

  
......
800 802
			layer.setCoordTrans(ct);
801 803
		}
802 804
	}
805
	*/
806
	
803 807
	/*
804 808
	 * (non-Javadoc)
805 809
	 * @see com.iver.cit.gvsig.fmap.layers.layerOperations.LayerCollection#setAllActives(boolean)

Also available in: Unified diff