operation — SosGetDataAvailability_1.0.0-class" />

See SOS 2.0 Hydrology profile specification, OGC 14-004r1, section 7.4, requirement 12

Objects from the Class

Objects can be created by calls to construction functions:

DataAvailabilityMember(...)

SosGetDataAvailability_1.0.0(...)

Slots

procedure:

Object of class "character" ~~

observedProperty:

Object of class "character" ~~

featureOfInterest:

Object of class "character" ~~

phenomenonTime:

Object of class "GmlTimePeriod" ~~

procedures:

Object of class "list" ~~

observedProperties:

Object of class "list" ~~

featuresOfInterest:

Object of class "list" ~~

offerings:

Object of class "list" ~~

service:

Object of class "character" ~~

request:

Object of class "character" ~~

version:

Object of class "character" ~~

Methods

encodeRequestKVP

signature(obj = "SosGetDataAvailability_1.0.0"): encode object as URL request string.

sosName

signature(obj = "SosGetDataAvailability_1.0.0"): access to a name (for human display) of the object.

toString

signature(x = "SosGetDataAvailability_1.0.0"): ...

Extends

Class SosGetDataAvailability_1.0.0 extends "OwsServiceOperation", directly.

References

OGC 14-004r1, section 7.4, requirement 12

Examples

showClass("DataAvailabilityMember")
#> Class "DataAvailabilityMember" [package "sos4R"] #> #> Slots: #> #> Name: procedure observedProperty featureOfInterest phenomenonTime #> Class: character character character GmlTimePeriod
showClass("SosGetDataAvailability_1.0.0")
#> Class "SosGetDataAvailability_1.0.0" [package "sos4R"] #> #> Slots: #> #> Name: procedures observedProperties featuresOfInterest #> Class: list list list #> #> Name: offerings service request #> Class: list character character #> #> Name: version #> Class: character #> #> Extends: "OwsServiceOperation"