Revision 5273 branches/MULTITHREADING_DEVELOPMENT/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/WMSClient.java

View differences:

WMSClient.java
86 86
     * <p>One of the three interfaces that OGC WMS defines. Request a map.</p> 
87 87
     * @throws ServerErrorException 
88 88
     */
89
    public File getMap(WMSStatus status) throws WMSException, ServerErrorException{   
90
        return handler.getMap(status);
89
    public void getMap(WMSStatus status) throws WMSException, ServerErrorException{   
90
        handler.getMap(status);
91 91
    } 
92 92
    
93 93
    /**

Also available in: Unified diff