Learn R Programming

sos4R (version 0.3.1)

MonitoringPoint-class: Class "MonitoringPoint"

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("MonitoringPoint", ...).

Slots

sampledFeatures:

Object of class "list" ~~

id:

Object of class "character" ~~

identifier:

Object of class "list" ~~

names:

Object of class "list" ~~

shape:

Object of class "SamsShape" ~~

Extends

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

Methods

print

signature(x = "MonitoringPoint"): ...

show

signature(object = "MonitoringPoint"): ...

toString

signature(x = "MonitoringPoint"): ...

Examples

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

Run the code above in your browser using DataLab