Revision 2533

View differences:

trunk/extensions/extWCS/src/com/iver/cit/gvsig/fmap/layers/FLyrWCS.java
169 169
	 * Dibuja la capa en el ViewPort con PxRaster.
170 170
	 */
171 171
	public synchronized void draw(BufferedImage image, Graphics2D g,
172
			ViewPort viewPort, Cancellable cancel) throws DriverException {
172
			ViewPort viewPort, Cancellable cancel, double scale) throws DriverException {
173 173
		/* This try loop I've moved here is for show an alert window when it is not
174 174
		 * possible to download the coverage. 
175 175
		 */
......
187 187
	 * 
188 188
	 * Imprime la cobertura.
189 189
	 */	
190
	public void print(Graphics2D g, ViewPort viewPort, Cancellable cancel)
190
	public void print(Graphics2D g, ViewPort viewPort, Cancellable cancel, double scale)
191 191
			throws DriverException {
192 192
	}
193 193

  

Also available in: Unified diff