SosContents.RdSosContents models the sos:Contents section in a service metadata document.
SosContents(observationOfferings)
| observationOfferings | A list of objects of 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.
observationOfferings:Object of class "list" ~~
xml:Object of class "XMLAbstractNode" ~~
Class "OwsContents", directly.
Class "SosContentsOrNULL", directly.
Class "OwsContentsOrNULL", by class "OwsContents", distance 2.
signature(object = "SosContents"): ...
The SosContents section extends the generic ows:Contents elements. It contains the SosObservationOfferings of a Sensor Observation Service.
See section 8.2.3.2, “Contents Section”, of the SOS specification.
showClass("SosContents")#> Class "SosContents" [package "sos4R"] #> #> Slots: #> #> Name: observationOfferings xml #> Class: list ANY #> #> Extends: #> Class "OwsContents", directly #> Class "SosContentsOrNULL", directly #> Class "OwsContentsOrNULL", by class "OwsContents", distance 2showClass("SosContentsOrNULL")#> Virtual Class "SosContentsOrNULL" [package "sos4R"] #> #> No Slots, prototype of class "NULL" #> #> Known Subclasses: #> Class "NULL", directly #> Class "SosContents", directly #> Class ".NULL", by class "NULL", distance 2, with explicit coerce