Learn R Programming

geometa (version 0.7)

ISODCPList: ISODCPList

Description

ISODCPList

Arguments

Value

Object of R6Class for modelling an ISO DCPList

Format

R6Class object.

Methods

new(xml,value, description)

This method is used to instantiate an ISODCPList

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

ISO 19119:2005 - Geographic information -- Service

Examples

Run this code
  #possible values
  values <- ISODCPList$values(labels = TRUE)
  
  #example
  javaDCP <- ISODCPList$new(value = "JAVA")
  

Run the code above in your browser using DataLab