powered by
ISOQuantitativeResult
Object of R6Class for modelling an ISO QuantitativeResult
R6Class
R6Class object.
valueType
[ISORecordType] record type
ISORecordType
valueUnit
[GMLUnitDefinition] unit
GMLUnitDefinition
errorStatistic
[character] error statistic
character
value
[ISORecord] record(s)
ISORecord
new(xml)
This method is used to instantiate an ISOQuantitativeResult
setValueType(valueType)
Sets value type
setValueUnit(valueUnit)
Sets value unit
setErrorStatistic(errorStatistic)
Sets error statistic
addValue(value)
Add value
delValue(value)
Deletes value
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115:2003 - Geographic information -- Metadata
md <- ISOQuantitativeResult$new() xml <- md$encode()
Run the code above in your browser using DataLab