Revision 41877 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/main/java/org/gvsig/remoteclient/wcs/WCSClient.java

View differences:

WCSClient.java
35 35
import org.gvsig.compat.net.ICancellable;
36 36
import org.gvsig.remoteclient.exceptions.ServerErrorException;
37 37
import org.gvsig.remoteclient.exceptions.WCSException;
38
import org.gvsig.remoteclient.exceptions.WMSException;
38
//import org.gvsig.remoteclient.exceptions.WMSException;
39 39
import org.gvsig.remoteclient.utils.BoundaryBox;
40 40
import org.slf4j.Logger;
41 41
import org.slf4j.LoggerFactory;
......
249 249
     * <p>Gets the GetMap URL. The final client should download the file</p> 
250 250
     * @throws ServerErrorException 
251 251
     */
252
    public URL getCoverageURL(WCSStatus status, ICancellable cancel) throws WMSException, ServerErrorException{   
252
//    public URL getCoverageURL(WCSStatus status, ICancellable cancel) throws WMSException, ServerErrorException{   
253
    public URL getCoverageURL(WCSStatus status, ICancellable cancel) throws ServerErrorException{   
253 254
       return getHandLer().getCoverageURL(status, cancel);
254 255
    } 
255 256
    

Also available in: Unified diff