Learn R Programming

geometa (version 0.6-3)

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

References

ISO 19110:2005 Methodology for Feature cataloguing

Examples

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

# }

Run the code above in your browser using DataLab