powered by
ISOVerticalExtent
Object of R6Class for modelling an ISO VerticalExtent
R6Class
R6Class object.
minimalValue
[numeric] the minimum value for the vertical extent
numeric
maximalValue
[numeric] the maximum value for the vertical extent
unitOfMeasure
[character] the unit of measure
character
verticalCRS
[GMLVerticalCRS] the vertical CRS
GMLVerticalCRS
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
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information -- Metadata
ve <- ISOVerticalExtent$new() ve$setMinimumValue(0) ve$setMaximumValue(19) xml <- ve$encode()
Run the code above in your browser using DataLab