| ISOQuantitativeResult | R Documentation |
ISOQuantitativeResult
ISOQuantitativeResult
R6Class object.
Object of R6Class for modelling an ISO QuantitativeResult
geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOAbstractResult -> ISOQuantitativeResult
resultScoperesultScope [0..1]: ISOScope (=> 19115-3)
dateTimedateTime [0..1]: POSIX/date (=> 19115-3)
valueTypevalueType [0..1]- ISORecordType
valueUnitvalueUnit [1..1]- GMLUnitDefinition
errorStatisticerrorStatistic [0..1]
valuevalue [1..*]
geometa::geometaLogger$ERROR()geometa::geometaLogger$INFO()geometa::geometaLogger$WARN()geometa::ISOAbstractObject$addFieldAttrs()geometa::ISOAbstractObject$addListElement()geometa::ISOAbstractObject$checkMetadataStandardCompliance()geometa::ISOAbstractObject$contains()geometa::ISOAbstractObject$createLocalisedProperty()geometa::ISOAbstractObject$decode()geometa::ISOAbstractObject$delListElement()geometa::ISOAbstractObject$encode()geometa::ISOAbstractObject$getClass()geometa::ISOAbstractObject$getClassName()geometa::ISOAbstractObject$getNamespaceDefinition()geometa::ISOAbstractObject$isDocument()geometa::ISOAbstractObject$isFieldInheritedFrom()geometa::ISOAbstractObject$print()geometa::ISOAbstractObject$save()geometa::ISOAbstractObject$setAttr()geometa::ISOAbstractObject$setCodeList()geometa::ISOAbstractObject$setCodeListValue()geometa::ISOAbstractObject$setCodeSpace()geometa::ISOAbstractObject$setHref()geometa::ISOAbstractObject$setId()geometa::ISOAbstractObject$setIsNull()geometa::ISOAbstractObject$setValue()geometa::ISOAbstractObject$stopIfMetadataStandardIsNot()geometa::ISOAbstractObject$validate()geometa::ISOAbstractObject$wrapBaseElement()new()Initializes object
ISOQuantitativeResult$new(xml = NULL)
xmlobject of class XMLInternalNode-class
setResultScope()Set result scope
ISOQuantitativeResult$setResultScope(scope)
scopeobject of class ISOScope
setDateTime()Set date time
ISOQuantitativeResult$setDateTime(dateTime)
dateTimedate time, object of class POSIXct
setValueType()Set value type
ISOQuantitativeResult$setValueType(valueType)
valueTypeobject of class ISORecordType or character
setValueUnit()Set value unit
ISOQuantitativeResult$setValueUnit(valueUnit)
valueUnitobject of class inheriting GMLUnitDefinition
setErrorStatistic()Set error statistic
ISOQuantitativeResult$setErrorStatistic(errorStatistic)
errorStatisticerror statistic
addValue()Adds value
ISOQuantitativeResult$addValue(value)
valueobject of class ISORecord or character
TRUE if added, FALSE otherwise
delValue()Deletes value
ISOQuantitativeResult$delValue(value)
valueobject of class ISORecord or character
TRUE if delete, FALSE otherwise
clone()The objects of this class are cloneable with this method.
ISOQuantitativeResult$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_DQ_QuantitativeResult
- ISO 19115-3 https://schemas.isotc211.org/19157/-/mdq/1.2/mdq/#element_DQ_QuantitativeResult
md <- ISOQuantitativeResult$new()
xml <- md$encode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.