SosFeatureOfInterest: Class and Construction Function for "SosFeatureOfInterest"

Description Usage Arguments Details Objects from the Class Slots Extends Methods Author(s) References See Also Examples

View source: R/SOS-methods.R

Description

Element in a GetObservation request to a Sensor Observation service to constrain the observations to be returned regarding the observed feature.

Usage

1
SosFeatureOfInterest(objectIDs = list(NA), spatialOps = NULL)

Arguments

objectIDs

A list of character identifiers of features in a SOS.

spatialOps

An object of class OgcSpatialOps for spatial filtering.

Details

Specifies the feature for which observations are requested. This can either be represented by a reference to a feature ID advertised in the capabilities document or can be a spatial constraint.

Objects from the Class

Objects can be created by calls to the construction function of the form SosFeatureOfInterest(...).

SosFeatureOfInterestOrNULL is a virtual class to model optional slots of containing elements: No objects may be created from them.

Slots

objectIDs:

Object of class "list": Identifiers of features of interest.

spatialOps:

Object of class "OgcSpatialOpsOrNULL": A spatial filtering of the result.

Extends

Class "SosFeatureOfInterestOrNULL", directly.

Methods

encodeXML

signature(obj = "SosFeatureOfInterest", sos = "ANY"): Convert the object to a XML representation.

Author(s)

Daniel Nuest daniel.nuest@uni-muenster.de

References

See section 8.4.2 of the SOS specification: Na, A., Priest, M. (Eds.), Sensor Observation Service, Open Geospatial Consortium Inc., OGC 06-009r6, Version: 1.0

See Also

See also SosGetObservation, and the convenience creation function sosCreateFeatureOfInterest-methods.

Examples

1
2
showClass("SosFeatureOfInterest")
showClass("SosFeatureOfInterestOrNULL")

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