Learn R Programming

geometa (version 0.6-2)

ISOCoupledResource: ISOCoupledResource

Description

ISOCoupledResource

Usage

ISOCoupledResource

Arguments

Value

Object of R6Class for modelling an ISOCoupledResource

Format

R6Class object.

Fields

operationName

[character] operation name

identifier

[character] identifier

Methods

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.

setIdentifier(identifier, locales)

Set the identifier. Locale names can be specified as list with the locales argument.

References

ISO 19119:2005 - Geographic information -- Services

Examples

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

# }

Run the code above in your browser using DataLab