Revision 354 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrComplexRaster.java

View differences:

FLyrComplexRaster.java
7 7
import java.awt.image.BufferedImage;
8 8
import java.util.BitSet;
9 9

  
10
import org.cresques.cts.ICoordTrans;
11
import org.cresques.cts.IProjection;
12

  
10 13
import com.iver.cit.gvsig.fmap.ViewPort;
11 14
import com.iver.cit.gvsig.fmap.XMLEntity;
12 15
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
......
140 143
	 */
141 144
	public void setRasterLegend(RasterLegend legend) {
142 145
	}
146

  
147
	/**
148
	 * @see org.cresques.geo.Projected#reProject(org.cresques.cts.ICoordTrans)
149
	 */
150
	public void reProject(ICoordTrans arg0) {
151
	}
143 152
}

Also available in: Unified diff