OmMeasurement(samplingTime, procedure, observedProperty, featureOfInterest,
result, metadata = NA, resultTime = NULL, resultQuality = NA,
parameter = NA)
OmMeasurement(...)
.featureOfInterest
:"GmlFeature"
: A feature of any type (ISO 19109, ISO 19101), which is a representation of the observation target, being the real-world object regarding which the observation is made.metadata
:"ANY"
: Observation metadata.observedProperty
:"SwePhenomenonProperty"
: Identifies or describes the phenomenon for which the observation result provides an estimate of its value. It must be a property associated with the type of the feature of interest.parameter
:"ANY"
: A general event-specific parameter. This will typically be used to record environmental parameters, or event-specific sampling parameters that are not tightly bound to either the feature-of-interest or the procedure.procedure
:"ANY"
: The description of a process used to generate the result. It must be suitable for the observed property.result
:"ANY"
: Contains the value generated by the procedure. The type of the observation result must be consistent with the observed property, and the scale or scope for the value must be consistent with the quantity or category type.resultQuality
:"ANY"
: Event specific quality of a result.resultTime
:"GmlTimeObjectOrNULL"
: The time when the procedure associated with the observation act was applied. For some observations these are identical, in which case the resultTime may be omitted. However, there are important cases where they differ.samplingTime
:"GmlTimeObjectOrNULL"
: The time that the result applies to the feature-of-interest. This is the time usually required for geospatial analysis of the result."OmObservation"
, directly.
Class "OmObservationOrNULL"
, by class "OmObservation", distance 2.signature(obj = "OmMeasurement")
: Get the data in the measurement as a data.frame.signature(obj = "OmMeasurement")
: Get the coordinate reference system used in the feature of interest.GmlMeasure
.
OmObservation-class
, GmlMeasure
.showClass("OmMeasurement")
# TBD examples for construction function
# TBD examples for sosResult
Run the code above in your browser using DataLab