Learn R Programming

geometa (version 0.6-2)

ISODCPList: ISODCPList

Description

ISODCPList

Usage

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

References

ISO 19119:2005 - Geographic information -- Service

Examples

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

Run the code above in your browser using DataLab