Learn R Programming

geometa (version 0.4-0)

ISOVerticalExtent: ISOVerticalExtent

Description

ISOVerticalExtent

Usage

ISOVerticalExtent

Arguments

Value

Object of R6Class for modelling an ISO VerticalExtent

Format

R6Class object.

Methods

new(xml)

This method is used to instantiate an ISOVerticalExtent

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

Run this code
# NOT RUN {
  ve <- ISOVerticalExtent$new()
  ve$setMinimumValue(0)
  ve$setMaximumValue(19)
  xml <- ve$encode()
  
# }

Run the code above in your browser using DataLab