Learn R Programming

geometa (version 0.7)

ISOCouplingType: ISOCouplingType

Description

ISOCouplingType

Arguments

Value

Object of R6Class for modelling an ISOCouplingType

Format

R6Class object.

Methods

new(xml,value, description)

This method is used to instantiate an ISOCouplingType

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19119:2005 - Geographic information -- Services

Examples

Run this code
  #possible values
  values <- ISOCouplingType$values(labels = TRUE)
  
  #couplingType
  couplingType <- ISOCouplingType$new(value = "loose")

Run the code above in your browser using DataLab