Learn R Programming

geometa (version 0.9.1)

ISOCoupledResource: ISOCoupledResource

Description

ISOCoupledResource

ISOCoupledResource

Arguments

Value

Object of R6Class for modelling an ISOCoupledResource

Format

R6Class object.

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOCoupledResource

Public fields

operationName

operationName [1..1]: character

identifier

identifier [1..1]: character

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOCoupledResource$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method setOperationName()

Set operation name

Usage

ISOCoupledResource$setOperationName(operationName, locales = NULL)

Arguments

operationName

operation name

locales

a list of localized names. Default is NULL


Method setIdentifier()

Set identifier

Usage

ISOCoupledResource$setIdentifier(identifier, locales = NULL)

Arguments

identifier

identifier

locales

a list of localized identifiers. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOCoupledResource$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

References

- ISO 19139 https://schemas.isotc211.org/19119/-/srv/1.0/srv/#element_SV_CoupledResource

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/srv/2.0/srv/#element_SV_CoupledResource

Examples

Run this code
  md <- ISOCoupledResource$new()
  md$setOperationName("name")
  md$setIdentifier("identifier")
  xml <- md$encode()

Run the code above in your browser using DataLab