WMSCapabilities
WMSCapabilities
Format
R6Class
object.
Value
Object of R6Class
with methods for interfacing an OGC
Web Map Service Get Capabilities document.
Note
Class used to read a WMSCapabilities
document. The use of WMSClient
is
recommended instead to benefit from the full set of capabilities associated to a WMS server.
Super classes
ows4R::OGCAbstractObject
-> ows4R::OWSCapabilities
-> WMSCapabilities
Methods
Inherited methods
ows4R::OGCAbstractObject$ERROR()
ows4R::OGCAbstractObject$INFO()
ows4R::OGCAbstractObject$WARN()
ows4R::OGCAbstractObject$encode()
ows4R::OGCAbstractObject$getClass()
ows4R::OGCAbstractObject$getClassName()
ows4R::OGCAbstractObject$getNamespaceDefinition()
ows4R::OGCAbstractObject$isFieldInheritedFrom()
ows4R::OGCAbstractObject$logger()
ows4R::OGCAbstractObject$print()
ows4R::OWSCapabilities$getClient()
ows4R::OWSCapabilities$getOWSVersion()
ows4R::OWSCapabilities$getOperationsMetadata()
ows4R::OWSCapabilities$getRequest()
ows4R::OWSCapabilities$getService()
ows4R::OWSCapabilities$getServiceIdentification()
ows4R::OWSCapabilities$getServiceProvider()
ows4R::OWSCapabilities$getServiceVersion()
ows4R::OWSCapabilities$getUrl()
ows4R::OWSCapabilities$setClient()
Method new()
Initializes a WMSCapabilities object
Usage
WMSCapabilities$new(url, version, logger = NULL, ...)
Arguments
url
url
version
version
logger
logger type
NULL
, "INFO" or "DEBUG"...
any other parameter to pass to OWSGetCapabilities service request
Method getRequests()
List the requests available. If pretty
is TRUE,
the output will be an object of class data.frame
Returns
a list
of OWSRequest available, or a data.frame
Method getLayers()
List the layers available. If pretty
is TRUE,
the output will be an object of class data.frame
Returns
a list
of WMSLayer available, or a data.frame