sos4R (version 0.4.2)

WML: Classes, creation, and parsing functions for WaterML

Description

WaterML classes.

WmlTimeseries (abstract)

WmlMeasurementTimeseries

WmlMeasurementTimeseriesMetadata

WmlMeasurementTVP

WmlDefaultTVPMeasurementMetadata

WmlInterpolationType

Arguments

Objects from the Class

Objects can be created by calls to the creation functions:

WmlMeasurementTimeseries(...)

WmlMeasurementTimeseriesMetadata(temporalExtent)

WmlMeasurementTVP(...)

WmlDefaultTVPMeasurementMetadata(...)

WmlInterpolationType(...)

Slots

sampledFeatures:

Object of class "character" ~~

id:

Object of class "character" ~~

identifier:

Object of class "character" ~~

names:

Object of class "character" ~~

shape:

Object of class "SamsShape" ~~

timeZone:

Object of class "ANY" ~~

temporalExtent:

Object of class "GmlPoint" ~~

time:

Object of class "POSIXct" in a TVP

value:

Object of class "numeric" in a TVP

href:

Object of class "character" ~~

title:

Object of class "character" ~~

interpolationType:

Object of class "WmlInterpolationType" ~~

uom:

Object of class "character" ~~

metadata:

Object of class "ANY" ~~

defaultPointMetadata:

Object of class "ANY" ~~

point:

Object of class "ANY" for WmlTimeseries, of class "list" for WmlMeasurementTimeseries

Extends

WmlMonitoringPoint extends "'>GmlFeature", directly. WmlMeasurementTimeseries extends "'>WmlTimeseries", directly.

Methods

sosCoordinates

signature(obj = "SamsSamplingFeature"): access to the coordinates of the feature.

sosFeatureIds

signature(obj = "SamsSamplingFeature"): access to the identifier of the feature.

sosFeaturesOfInterest

signature(obj = "SamsSamplingFeature"): access the feature itself.

sosName

signature(obj = "SamsSamplingFeature"): access a human-readable name of the feature.

References

https://www.ogc.org/standards/WaterML

Examples

Run this code
# NOT RUN {
showClass("WmlMeasurementTimeseries")
# }

Run the code above in your browser using DataLab