query-methods: Query Methods

Description Usage Arguments Author(s)

Description

Queries an Endpoint.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
stations(x, ...)

timeseries(x, ...)

services(x, ...)

offerings(x, ...)

procedures(x, ...)

phenomena(x, ...)

categories(x, ...)

features(x, ...)

getData(x, ...)

## S4 method for signature 'Endpoint'
stations(x, ...)

## S4 method for signature 'Endpoint'
phenomena(x, ...)

## S4 method for signature 'Endpoint'
categories(x, ...)

## S4 method for signature 'Endpoint'
features(x, ...)

## S4 method for signature 'Endpoint'
offerings(x, ...)

## S4 method for signature 'Endpoint'
procedures(x, ...)

## S4 method for signature 'Endpoint'
timeseries(x, ...)

## S4 method for signature 'Endpoint'
services(x, ...)

## S4 method for signature 'Service'
stations(x, ...)

## S4 method for signature 'Service'
phenomena(x, ...)

## S4 method for signature 'Service'
features(x, ...)

## S4 method for signature 'Service'
categories(x, ...)

## S4 method for signature 'Service'
timeseries(x, ...)

## S4 method for signature 'Service'
offerings(x, ...)

## S4 method for signature 'Service'
procedures(x, ...)

## S4 method for signature 'Station'
services(x, ...)

## S4 method for signature 'Station'
phenomena(x, ...)

## S4 method for signature 'Station'
features(x, ...)

## S4 method for signature 'Station'
categories(x, ...)

## S4 method for signature 'Station'
timeseries(x, ...)

## S4 method for signature 'Station'
offerings(x, ...)

## S4 method for signature 'Station'
procedures(x, ...)

## S4 method for signature 'Timeseries'
getData(x, generalize = FALSE, timespan = NULL, ...)

Arguments

generalize

Generalize the data on server side.

timespan

A Interval or a character vector to filter with.

Author(s)

Christian Autermann c.autermann@52north.org


52North/sensorweb4R documentation built on March 30, 2020, 11:39 p.m.