Learn R Programming

sos4R (version 0.1-15)

SosObservationOffering-class: Classes and Related Functions for "SosObservationOffering"

Description

SosObservationOfferings collect all metadata about a specific offerign in a Sensor Observation Service.

Usage

SosObservationOffering(id, name = as.character(NA), time, procedure, observedProperty, featureOfInterest, responseFormat, intendedApplication = as.character(NA), resultModel = as.character(NA), responseMode = as.character(NA), boundedBy = list())

Arguments

boundedBy
See the corresponding slot description.
featureOfInterest
See the corresponding slot description.
id
See the corresponding slot description.
intendedApplication
See the corresponding slot description.
name
See the corresponding slot description.
observedProperty
See the corresponding slot description.
procedure
See the corresponding slot description.
responseFormat
See the corresponding slot description.
responseMode
See the corresponding slot description.
resultModel
See the corresponding slot description.
time
See the corresponding slot description.

Value

  • The construction functions return an object of the respective class, e.g. SosObservationOffering.

Objects from the Class

Objects can be created by calls to the construction functions of the form SosObservationOffering(...).

Details

ObservationOffering provides a mechanism for factoring groups of related observations within a single service instance. A functionally equivalent outcome could be obtained by factoring between different service instances.

References

See section 6.3, Observation Offerings, of the SOS specification: Na, A., Priest, M. (Eds.), Sensor Observation Service, Open Geospatial Consortium Inc., OGC 06-009r6, Version: 1.0

See Also

SosContents, SosCapabilities

Examples

Run this code
showClass("SosObservationOffering")
# TBD examples for construction functions

Run the code above in your browser using DataLab