SosContents: Class and Construction Function of "SosContents"

Description Usage Arguments Details Objects from the Class Slots Extends Methods Author(s) References See Also Examples

View source: R/SOS-methods.R

Description

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

Usage

1
SosContents(observationOfferings)

Arguments

observationOfferings

A list of objects of class SosObservationOffering.

Details

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

Objects from the Class

Objects can be created by calls to the construction function 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.

Slots

observationOfferings:

Object of class "list" ~~

xml:

Object of class "XMLAbstractNode" ~~

Extends

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

Methods

show

signature(object = "SosContents"): ...

Author(s)

Daniel Nuest daniel.nuest@uni-muenster.de

References

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

See Also

SosObservationOffering, OwsContents

Examples

1
2
showClass("SosContents")
showClass("SosContentsOrNULL")

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