Learn R Programming

geometa (version 0.7)

ISORoleType: ISORoleType

Description

ISORoleType

Arguments

Value

Object of R6Class for modelling an ISO RoleType

Format

R6Class object.

Methods

new(xml,value, description)

This method is used to instantiate an ISORoleType

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19110:2005 Methodology for Feature cataloguing

Examples

Run this code
  #possible values
  values <- ISORoleType$values(labels = TRUE)
  
  #some charset
  ordinaryType <- ISORoleType$new(value = "ordinary")

Run the code above in your browser using DataLab