Learn R Programming

sos4R (version 0.1-10)

SosContents-class: Class and Construction Function of "SosContents"

Description

SosContents models the sos:Contents section in a service metadata document.

Usage

SosContents(observationOfferings)

Arguments

observationOfferings
A list of objects of class SosObservationOffering.

Objects from the Class

Objects can be created by calls to the construction funtion in the form SosContents(...).

The virtual class SosContentsOrNULL is used to model optional slots in classes containing SosContents: No objects may be created from it.

Extends

Class "OwsContents", directly. Class "SosContentsOrNULL", directly. Class "OwsContentsOrNULL", by class "OwsContents", distance 2.

Details

The SosContents section extends the generic ows:Contents elements. It contains the SosObservationOfferings of a Sensor Observation Service.

References

See section 8.2.3.2, Contents Section, of the SOS specification.

See Also

SosObservationOffering, OwsContents

Examples

Run this code
showClass("SosContents")
showClass("SosContentsOrNULL")

Run the code above in your browser using DataLab