Description Usage Arguments Details Objects from the Class Slots Extends Methods Author(s) References See Also Examples
Element in a GetObservation request to a Sensor Observation service to constrain the observations to be returned regarding the observed feature.
1 | SosFeatureOfInterest(objectIDs = list(NA), spatialOps = NULL)
|
objectIDs |
A list of character identifiers of features in a SOS. |
spatialOps |
An object of class |
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 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.
objectIDs
:Object of class "list"
: Identifiers of features of interest.
spatialOps
:Object of class "OgcSpatialOpsOrNULL"
: A spatial filtering of the result.
Class "SosFeatureOfInterestOrNULL"
, directly.
signature(obj = "SosFeatureOfInterest", sos = "ANY")
: Convert the object to a XML representation.
Daniel Nuest daniel.nuest@uni-muenster.de
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 SosGetObservation
, and the convenience creation function sosCreateFeatureOfInterest-methods
.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.