powered by
ISOVerticalExtent
Object of R6Class for modelling an ISO VerticalExtent
R6Class
R6Class object.
new(xml)
This method is used to instantiate an ISOVerticalExtent
ISO 19115:2003 - Geographic information -- Metadata
# NOT RUN { ve <- ISOVerticalExtent$new() ve$setMinimumValue(0) ve$setMaximumValue(19) xml <- ve$encode() # }
Run the code above in your browser using DataLab