CSWTransaction: CSWTransaction

CSWTransactionR Documentation

CSWTransaction

Description

CSWTransaction

CSWTransaction

Format

R6Class object.

Value

Object of R6Class for modelling a CSW Transaction request

Super classes

ows4R::OGCAbstractObject -> ows4R::OWSHttpRequest -> CSWTransaction

Methods

Public methods

Inherited methods

Method new()

Initializes a CSWTransaction service request

Usage
CSWTransaction$new(
  capabilities,
  op,
  url,
  serviceVersion,
  type,
  user = NULL,
  pwd = NULL,
  token = NULL,
  headers = list(),
  record = NULL,
  recordProperty = NULL,
  constraint = NULL,
  logger = NULL,
  ...
)
Arguments
capabilities

an object of class CSWCapabilities

op

object of class OWSOperation as retrieved from capabilities

url

url

serviceVersion

serviceVersion. Default is "2.0.2

type

type of transaction, either "Insert", "Update", or "Delete"

user

user

pwd

password

token

token

headers

headers

record

record

recordProperty

record property

constraint

constraint

logger

logger

...

any parameter to pass to the service request


Method clone()

The objects of this class are cloneable with this method.

Usage
CSWTransaction$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Note

Class used internally by ows4R to trigger a CSW Transaction request

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


ows4R documentation built on Sept. 1, 2023, 5:09 p.m.