Revision 7835 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/wms/WMSClient.java

View differences:

WMSClient.java
80 80
    } 
81 81
    
82 82
    /**
83
     * <p>One of the three interfaces defined by the OGC WMS, it gets legend of a layer</p>
84
     * @return 
85
     */
86
    public File getLegendGraphic(String layerName, ICancellable cancel) throws WMSException, ServerErrorException{        
87
        return handler.getLegendGraphic(layerName, cancel);
88
    } 
89
    
90
    /**
83 91
     * <p> Reads from the WMS Capabilities, the layers available in the service</p>
84 92
     * @return a TreeMap with the available layers in the WMS 
85 93
     */

Also available in: Unified diff