sos4R (version 0.4.2)

MonitoringPoint-class: Class "WmlMonitoringPoint"

Description

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.

Arguments

Objects from the Class

Objects can be created by calls of the form new("WmlMonitoringPoint", ...).

Slots

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).

Extends

Class "'>GmlFeature", directly. Class "'>GmlFeatureOrNULL", by class "GmlFeature", distance 2. Class "'>GmlFeatureOrGmlFeaturePropertyOrNULL", by class "GmlFeature", distance 2.

Methods

sosName

signature(x = "WmlMonitoringPoint"): access the name of the point.

Examples

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

Run the code above in your browser using DataCamp Workspace