Skip to contents

CSWDescribeRecord

CSWDescribeRecord

Format

R6Class object.

Value

Object of R6Class for modelling a CSW DescribeRecord request

Note

Class used internally by ows4R to trigger a CSW DescribeRecord request

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

ows4R::OGCAbstractObject -> ows4R::OWSHttpRequest -> CSWDescribeRecord

Methods

Inherited methods


Method new()

Initializes a CSWDescribeRecord service request

Usage

CSWDescribeRecord$new(
  capabilities,
  op,
  url,
  version,
  namespace = NULL,
  user = NULL,
  pwd = NULL,
  token = NULL,
  headers = c(),
  config = httr::config(),
  logger = NULL,
  ...
)

Arguments

capabilities

an object of class CSWCapabilities

op

object of class OWSOperation as retrieved from capabilities

url

url

version

version

namespace

namespace

user

user

pwd

password

token

token

headers

headers

config

config

logger

logger

...

any parameter to pass to the service request


Method clone()

The objects of this class are cloneable with this method.

Usage

CSWDescribeRecord$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.