Learn R Programming

geometa (version 0.6-2)

ISOQuantitativeResult: ISOQuantitativeResult

Description

ISOQuantitativeResult

Usage

ISOQuantitativeResult

Arguments

Value

Object of R6Class for modelling an ISO QuantitativeResult

Format

R6Class object.

Fields

valueType

[ISORecordType] record type

valueUnit

[GMLUnitDefinition] unit

errorStatistic

[character] error statistic

value

[ISORecord] record(s)

Methods

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

References

ISO 19115:2003 - Geographic information -- Metadata

Examples

Run this code
# NOT RUN {
 md <- ISOQuantitativeResult$new()
 xml <- md$encode()
 
# }

Run the code above in your browser using DataLab