SosDefaultConnectionMethod()SosParsingFunctions(..., include = character(0), exclude = character(0))
SosEncodingFunctions(..., include = character(0), exclude = character(0))
SosDataFieldConvertingFunctions(..., include = character(0), exclude = character(0))
SosDisabledParsers()
SosExampleServices()
SosDefaults()
SosResetParsingFunctions(sos)
"myUnit" = myUnitParser
.include = c("GetObservation", "DescribeSensor")
. This inclusion is done after replacing the default functions based on the ...
argumeexclude = c("DescribeSensor")
. This exclusion is done after replacing the default functions based on the ...
argument.SOS
.Some defaults are accessed directly, others should be accessed using a function. The latter is required for cases where a runtime evaluation is needed, e.g. for default values of construction functions.
A special case are the functions to access the default functions for specific purposes, which are the parsing functions, the encoding functions and the field converting functions. See the examples on how to use them.
The function SosDisabledParsers
can be used to use no parsing at all (despite the parsing for the capabilities response, which is required for establishing a connection to a SOS. This function is helpful to inspect the unprocessed responses from a service.
The function SosResetParsingFunctions
can be used to replace the included parsing functions of a SOS
object with the default ones. This is even useful for development of the default parsing functions.
The default parameter values are: [object Object]