ISOCoupledResource
ISOCoupledResource
ISOCoupledResource class
R6Class
object.
Object of R6Class
for modelling an ISOCoupledResource
md <- ISOCoupledResource$new() md$setOperationName("name") md$setIdentifier("identifier") xml <- md$encode()
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
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOCoupledResource
operationName
: operationName [1..1]: character
identifier
: identifier [1..1]: character
new()
Initializes object
ISOCoupledResource$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setOperationName()
Set operation name
ISOCoupledResource$setOperationName(operationName, locales = NULL)
operationName
: operation name
locales
: a list of localized names. Default is NULL
setIdentifier()
Set identifier
ISOCoupledResource$setIdentifier(identifier, locales = NULL)
identifier
: identifier
locales
: a list of localized identifiers. Default is NULL
clone()
The objects of this class are cloneable with this method.
ISOCoupledResource$clone(deep = FALSE)
deep
: Whether to make a deep clone.