WML: Classes, creation, and parsing functions for WaterML

Description Objects from the Class Slots Extends Methods Note Author(s) References Examples

Description

WaterML classes.

WmlTimeseries (abstract)

WmlMeasurementTimeseries

WmlMeasurementTimeseriesMetadata

WmlMeasurementTVP

WmlDefaultTVPMeasurementMetadata

WmlInterpolationType

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.

Note

Schemas: http://schemas.opengis.net/waterml/

Author(s)

Eike H. Juerrens, Daniel Nuest

References

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

Examples

1
showClass("WmlMeasurementTimeseries")

sos4R documentation built on July 9, 2020, 5:07 p.m.