Description Objects from the Class Slots Extends Methods Examples
A monitoring point is the feature of interest defined for WaterML observations, i.e. a monitoring point represents the real world feature for which observations are taken. This may be, for example, the position of a stream flow sensor at a river.
Objects can be created by calls of the form new("WmlMonitoringPoint", ...)
.
id
:Object of class "character"
, the GML id of the point.
identifier
:Object of class "character"
, the identifier of the point.
names
:Object of class "character"
, the names of the point.
sampledFeatures
:Object of class "character"
, the identifiers of sampled features.
shape
:Object of class "SamsShape"
, the shape of the point.
timeZone
:Object of class "ANY"
, the time zone (if available).
verticalDatums
:Object of class "AN"
, the vertical datum (if available).
Class "GmlFeature"
, directly.
Class "GmlFeatureOrNULL"
, by class "GmlFeature", distance 2.
Class "GmlFeatureOrGmlFeaturePropertyOrNULL"
, by class "GmlFeature", distance 2.
signature(x = "WmlMonitoringPoint")
: access the name of the point.
1 | showClass("WmlMonitoringPoint")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.