Learn R Programming

geometa (version 0.6-2)

ISOVerticalExtent: ISOVerticalExtent

Description

ISOVerticalExtent

Usage

ISOVerticalExtent

Arguments

Value

Object of R6Class for modelling an ISO VerticalExtent

Format

R6Class object.

Fields

minimalValue

[numeric] the minimum value for the vertical extent

maximalValue

[numeric] the maximum value for the vertical extent

unitOfMeasure

[character] the unit of measure

verticalCRS

[GMLVerticalCRS] the vertical CRS

Methods

new(xml)

This method is used to instantiate an ISOVerticalExtent

setMinimumValue(minimumValue)

Sets the minimum value, object of class numeric

setMaximumValue(maximumValue)

Sets the maximum value, object of class numeric

setUnitOfMeasure(uom)

Sets the unit of measure, object of class character

setVerticalCRS(verticalCRS)

Sets the vertical CRS, object of class GMLVerticalCRS

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