encodeKVP-methods.Rd
These methods convert a given object to a key-value-pair representation to be used in GET requests.
The given instance of SOS
is possibly used for encoding sub-elements or accessing metadata which is required for the encoding, like time stamp format.
signature(obj = "GmlTimeInstant", sos = "SOS")
Convert the given object to a KVP representation.
signature(obj = "GmlTimePeriod", sos = "SOS")
Convert the given object to a KVP representation.
signature(obj = "GmlTimePosition", sos = "SOS")
Convert the given object to a KVP representation.
signature(obj = "OgcBinaryTemporalOp", sos = "SOS")
Convert the given object to a KVP representation.
signature(obj = "SosEventTime", sos = "ANY")
Convert the given object to a KVP representation.
signature(obj = "POSIXt", sos = "ANY")
Convert the given object to a string format suitable for KVP representation.