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.

References

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

Note

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

Examples

showClass("WmlMeasurementTimeseries")
#> Class "WmlMeasurementTimeseries" [package "sos4R"] #> #> Slots: #> #> Name: metadata defaultPointMetadata #> Class: WmlMeasurementTimeseriesMetadata WmlDefaultTVPMeasurementMetadata #> #> Name: points id #> Class: list character #> #> Name: point #> Class: ANY #> #> Extends: "WmlTimeseries"