powered by
ISOCoupledResource
Object of R6Class for modelling an ISOCoupledResource
R6Class
R6Class object.
operationName
[character] operation name
character
identifier
[character] identifier
new(xml)
This method is used to instantiate an ISOCoupledResource
setOperationName(operationName, locales)
Set the operation name. Locale names can be specified as list with the locales argument.
list
locales
setIdentifier(identifier, locales)
Set the identifier. Locale names can be specified as list with the locales argument.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19119:2005 - Geographic information -- Services
md <- ISOCoupledResource$new() md$setOperationName("name") md$setIdentifier("identifier") xml <- md$encode()
Run the code above in your browser using DataLab