Learn R Programming

geometa (version 0.6-2)

ISOCouplingType: ISOCouplingType

Description

ISOCouplingType

Usage

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

References

ISO 19119:2005 - Geographic information -- Services

Examples

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

# }

Run the code above in your browser using DataLab