OmObservationCollection: Class "OmObservationCollection"

Description Objects from the Class Slots Methods Author(s) References See Also Examples

View source: R/OM-methods.R View source: R/OM_20-methods.R

Description

Collection of arbitrary observations.

Objects from the Class

Objects can be created by calls to the construction function of the form OmObservationCollection(...).

Slots

boundedBy:

Object of class "list" containing a representation of the bounding box of the contained observations.

members:

Object of class "list" containing objects of class OmObservation or OmMeasurement.

Methods

length

signature(x = "OmObservationCollection"): Returns the number of observations in the slot members.

sosResult

signature(obj = "OmObservationCollection"): Extract the result slots from the containted observations or measurements.

Author(s)

Daniel Nuest daniel.nuest@uni-muenster.de

References

Cox, S. (Ed.), Observations and Measurements - Part 1 - Observation schema, Open Geospatial Consortium Inc., OGC 07-022r1, Version: 1.0

See Also

OmObservation or OmMeasurement.

Examples

1
showClass("OmObservationCollection")

sos4R documentation built on July 9, 2020, 5:07 p.m.