encodeRequestKVP-methods.Rd
These methods encode objects representing requests to a Sensor Observation Service into a key-value-pair format which can be used in the GET binding, see SosBindings.
signature(obj = "SosDescribeSensor")
Encode a DescribeSensor request.
signature(obj = "SosGetObservation")
Encode a GetObservation request.
signature(obj = "SosGetObservationById")
Encode GetObservationById request.
signature(obj = "OwsGetCapabilities")
Dispatching method, checks the version attribute and forwards the encoding to the appropriate method. This method should be called rather than calling the versioned methods directly!
signature(obj = "OwsGetCapabilities_1.1.0")
Encode GetCapabilities request with OWS version 1.1.0.
signature(obj = "OwsGetCapabilities_2.0.0")
Encode GetCapabilities request with OWS version 2.0.0.