Learn R Programming

ows4R (version 0.2)

WMSCapabilities: WMSCapabilities

Description

WMSCapabilities

Arguments

Value

Object of R6Class with methods for interfacing an OGC Web Map Service Get Capabilities document.

Format

R6Class object.

Methods

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.