ISOVerticalExtent
ISOVerticalExtent
ISOVerticalExtent class
R6Class
object.
Object of R6Class
for modelling an ISO VerticalExtent
ve <- ISOVerticalExtent$new() ve$setMinimumValue(0) ve$setMaximumValue(19) xml <- ve$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_EX_VerticalExtent
ISO 19115-3 https://schemas.isotc211.org/19115/-3/gex/1.0/gex/#element_EX_VerticalExtent
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOVerticalExtent
minimumValue
: minimumValue [1..1]: numeric
maximumValue
: maximumValue [1..1]: numeric
unitOfMeasure
: unitOfMeasure [1..1]: character
verticalCRS
: verticalCRS [1..1]: GMLVerticalCRS
new()
Initializes object
ISOVerticalExtent$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setMinimumValue()
Set minimum value
ISOVerticalExtent$setMinimumValue(minimumValue)
minimumValue
: minimum value
setMaximumValue()
Set maximum value
ISOVerticalExtent$setMaximumValue(maximumValue)
maximumValue
: maximum value
setUnitOfMeasure()
Set unit of measure
ISOVerticalExtent$setUnitOfMeasure(uom)
uom
: uom
setVerticalCRS()
Set vertical CRS
ISOVerticalExtent$setVerticalCRS(verticalCRS)
verticalCRS
: verticalCRS
clone()
The objects of this class are cloneable with this method.
ISOVerticalExtent$clone(deep = FALSE)
deep
: Whether to make a deep clone.