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

View differences:

WMSClient.java
274 274
	public boolean connect(ICancellable cancel) {
275 275
		return connect(false, cancel);
276 276
	}
277

  
278
	 /**
279
     * 
280
     * @param wmsStatus 
281
     * @param layerQuery
282
     * @return true if the layers has LegendUrl inside the style object (getcapabilities)
283
     */
284
    public boolean hasLegendUrl(WMSStatus wmsStatus, String layerQuery)
285
    {
286
    	return handler.hasLegendUrl(wmsStatus, layerQuery);  
287
    }
277 288
}

Also available in: Unified diff