Last chance! 50% off unlimited learning
Sale ends in
OmObservation(samplingTime, procedure, observedProperty, featureOfInterest, result, metadata = NA, resultTime = NULL, resultQuality = NA, parameter = NA)
OmObservationProperty(href = as.character(NA), obs = NULL)
OmObservation(...)
and OmObservationProperty(...)
.The following classes are virtual, no objects may be created from them: OmObservationOrNULL-class
.
"OmObservationOrNULL "
, directly.OmObservationProperty
can be used to reference to an (online) observation.The
OmMeasurement-class
.showClass("OmObservation")
showClass("OmObservationProperty")
showClass("OmObservationOrNULL")
# TBD examples for construction methods
OmObservationProperty(href = "http://link.to/myObservation")
# get result from an observation
result <- observation@result
# the accessor method also works with lists of observations
result <- sosResult(observation)
resultList <- sosResult(observationList)
Run the code above in your browser using DataLab