Revision 185 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.lib/org.gvsig.raster.lib.api/src/main/java/org/gvsig/fmap/dal/coverage/store/remote/RemoteRasterServiceStore.java

View differences:

RemoteRasterServiceStore.java
104 104

  
105 105
    public boolean isQueryable();
106 106
    
107
    /**
108
     * Downloads a layer from the server according to the information in
109
     * WMSStatus object.
110
     * @param status
111
     * @param cancel
112
     * @return
113
     * @throws WMSException
114
     */
115
    public File getMap(WMSStatus status, Cancellable cancel) throws WMSException;
116
    
107 117
}

Also available in: Unified diff