Learn R Programming

ows4R (version 0.3)

OWSGetCapabilities: OWSGetCapabilities

Description

OWSGetCapabilities

OWSGetCapabilities

Arguments

Value

Object of R6Class for modelling a GetCapabilities request

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

ows4R::OGCAbstractObject -> ows4R::OWSHttpRequest -> OWSGetCapabilities

Methods

Inherited methods


Method new()

Initializes an OWSGetCapabilities service request

Usage

OWSGetCapabilities$new(
  element = NULL,
  namespacePrefix = NULL,
  url,
  service,
  version,
  user = NULL,
  pwd = NULL,
  token = NULL,
  headers = c(),
  config = httr::config(),
  ...
)

Arguments

element

element

namespacePrefix

namespace prefix

url

url

service

service name

version

service version

user

user

pwd

password

token

token

headers

headers

config

config

...

any other parameter to pass to the request


Method clone()

The objects of this class are cloneable with this method.

Usage

OWSGetCapabilities$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.