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

View differences:

WMSClient.java
83 83
     * <p>One of the three interfaces defined by the OGC WMS, it gets legend of a layer</p>
84 84
     * @return 
85 85
     */
86
    public File getLegendGraphic(String layerName, ICancellable cancel) throws WMSException, ServerErrorException{        
87
        return handler.getLegendGraphic(layerName, cancel);
86
    public File getLegendGraphic(WMSStatus status, String layerName, ICancellable cancel) throws WMSException, ServerErrorException{        
87
        return handler.getLegendGraphic(status, layerName, cancel);
88 88
    } 
89 89
    
90 90
    /**

Also available in: Unified diff