CSWDescribeRecord: CSWDescribeRecord

CSWDescribeRecordR Documentation

CSWDescribeRecord

Description

CSWDescribeRecord

CSWDescribeRecord

Format

R6Class object.

Value

Object of R6Class for modelling a CSW DescribeRecord request

Super classes

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

Methods

Public 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.

Note

Class used internally by ows4R to trigger a CSW DescribeRecord request

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


eblondel/ows4R documentation built on April 1, 2024, 8:18 a.m.