Learn R Programming

geometa (version 0.6-2)

ISOScope: ISOScope

Description

ISOScope

Usage

ISOScope

Arguments

Value

Object of R6Class for modelling an ISO Scope

Format

R6Class object.

Fields

level

[ISOHierarchyLevel] the scope/hierarchy level

Methods

new(xml)

This method is used to instantiate an ISOScope

setLevel(level)

Sets the scope level, object of class 'character' or ISOHierarchyLevel

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

Run this code
# NOT RUN {
  md <- ISOScope$new()
  md$setLevel("dataset")
  xml <- md$encode()
  
# }

Run the code above in your browser using DataLab