accessor-methods: Accessor Methods

label,Endpoint-methodR Documentation

Accessor Methods

Description

Getter and setters for slots.

Usage

## S4 method for signature 'Endpoint'
label(x)

## S4 replacement method for signature 'Endpoint,character_or_NULL'
label(x) <- value

## S4 method for signature 'Endpoint'
names(x)

## S4 replacement method for signature 'Endpoint,character_or_NULL'
names(x) <- value

## S4 method for signature 'Service'
serviceURL(x)

## S4 method for signature 'Service'
version(x)

## S4 method for signature 'Service'
type(x)

## S4 method for signature 'Service'
supportsFirstLatest(x)

## S4 method for signature 'Service'
quantities(x)

## S4 replacement method for signature 'Service,character_or_NULL'
serviceURL(x) <- value

## S4 replacement method for signature 'Service,character_or_NULL'
version(x) <- value

## S4 replacement method for signature 'Service,character_or_NULL'
type(x) <- value

## S4 replacement method for signature 'Service,logical_or_NULL'
supportsFirstLatest(x) <- value

## S4 replacement method for signature 'Service,data.frame_or_NULL'
quantities(x) <- value

## S4 method for signature 'Station'
geometry(obj)

## S4 replacement method for signature 'Station,SpatialPoints_or_NULL'
geometry(x) <- value

## S4 method for signature 'Station'
coordinates(obj, ...)

## S4 method for signature 'Station'
bbox(obj)

## S4 method for signature 'StatusInterval'
lower(x)

## S4 replacement method for signature 'StatusInterval,numeric_or_NULL'
lower(x) <- value

## S4 method for signature 'StatusInterval'
upper(x)

## S4 replacement method for signature 'StatusInterval,numeric_or_NULL'
upper(x) <- value

## S4 method for signature 'StatusInterval'
color(x)

## S4 replacement method for signature 'StatusInterval,character_or_NULL'
color(x) <- value

## S4 method for signature 'StatusInterval'
name(x)

## S4 method for signature 'Timeseries'
referenceValues(x)

## S4 replacement method for signature 'Timeseries,ReferenceValue_or_NULL'
referenceValues(x) <- value

## S4 method for signature 'Timeseries'
uom(x)

## S4 replacement method for signature 'Timeseries,character_or_NULL'
uom(x) <- value

## S4 method for signature 'Timeseries'
firstValue(x)

## S4 replacement method for signature 'Timeseries,TVP_or_NULL'
firstValue(x) <- value

## S4 method for signature 'Timeseries'
lastValue(x)

## S4 replacement method for signature 'Timeseries,TVP_or_NULL'
lastValue(x) <- value

## S4 method for signature 'Timeseries'
statusIntervals(x)

## S4 method for signature 'TVP'
value(x)

## S4 method for signature 'TVP'
time(x)

id(x)

label(x)

label(x) <- value

endpoint(x)

endpoint(x) <- value

serviceURL(x)

serviceURL(x) <- value

version(x)

version(x) <- value

type(x)

type(x) <- value

supportsFirstLatest(x)

supportsFirstLatest(x) <- value

quantities(x)

quantities(x) <- value

domainId(x)

domainId(x) <- value

color(x)

color(x) <- value

upper(x)

upper(x) <- value

lower(x)

lower(x) <- value

name(x)

name(x) <- value

time(x, ...)

value(x)

uom(x)

uom(x) <- value

firstValue(x)

firstValue(x) <- value

lastValue(x)

lastValue(x) <- value

statusIntervals(x)

referenceValues(x)

referenceValues(x) <- value

geometry(x) <- value

## S4 method for signature 'ApiResource'
id(x)

## S4 method for signature 'ApiResource'
label(x)

## S4 replacement method for signature 'ApiResource,character_or_NULL'
label(x) <- value

## S4 method for signature 'ApiResource'
names(x)

## S4 replacement method for signature 'ApiResource,character_or_NULL'
names(x) <- value

## S4 method for signature 'ApiResource'
endpoint(x)

## S4 replacement method for signature 'ApiResource,Endpoint_or_NULL'
endpoint(x) <- value

## S4 method for signature 'DomainResource'
domainId(x)

## S4 replacement method for signature 'DomainResource,character_or_NULL'
domainId(x) <- value

## S4 method for signature 'DomainResource'
service(x)

## S4 replacement method for signature 'DomainResource,Service_or_NULL'
service(x) <- value

Author(s)

Christian Autermann c.autermann@52north.org


52North/sensorweb4R documentation built on Oct. 14, 2024, 7:24 p.m.