WMSCapabilities
Object of R6Class with methods for interfacing an OGC
Web Map Service Get Capabilities document.
R6Class object.
new(url, version, logger, ...)This method is used to instantiate a WMSCapabilities object
getRequests(pretty)List the requests available. If pretty is TRUE,
the output will be an object of class data.frame
getRequestNames()List the request names available.
getLayers(pretty)List the layers available. If pretty is TRUE,
the output will be an object of class data.frame
findLayerByName(name, exact)Find layer(s) by name.