SosFilter_Capabilities: Classes and Construction Functions for...

Description Usage Arguments Details Objects from the Class Slots Extends Methods Author(s) References See Also Examples

View source: R/SOS-methods.R

Description

Additional section in the service metadata document of a Sensor Observation Service, which contains information about the supported filters.

Usage

1
2

Arguments

spatial

A character list of names of available spatial filters.

temporal

A character list of names of available temporal filters.

scalar

A character list of names of available scalar filters.

id

A character list of names of available filters on identifiers.

Details

The FilterCapabilities section is used to indicate what types of query parameters are supported by the service. These capabilities refer to the parameters of the GetObservation operation which is the only operation that includes OGC filter-like expressions.

Objects from the Class

Objects can be created by calls of the form new("SosFilter_Capabilities", ...).

SosFilter_CapabilitiesOrNULL is virtual class: No objects may be created from it.

Slots

spatial:

Object of class "list" with character strings for names of spatial filters.

temporal:

Object of class "list" with character strings for names of temporal filters.

scalar:

Object of class "list" with character strings for names of scalar filters.

id:

Object of class "list" with character strings for names of ID filters.

Extends

Class "SosFilter_CapabilitiesOrNULL", directly.

Methods

show

signature(object = "SosFilter_Capabilities"): ...

Author(s)

Daniel Nuest daniel.nuest@uni-muenster.de

References

See section 8.2.3.1, “FilterCapabilities Section”, the SOS specification: Na, A., Priest, M. (Eds.), Sensor Observation Service, Open Geospatial Consortium Inc., OGC 06-009r6, Version: 1.0

See Also

SosCapabilities

Examples

1
2
showClass("SosFilter_Capabilities")
showClass("SosFilter_CapabilitiesOrNULL")

52North/sos4R documentation built on Jan. 30, 2021, 11:42 p.m.