getFeatureOfInterest: Function retrieving features of interest, i.e. the...

Description Usage Arguments Value Examples

Description

This function retrieves , i.e. the representations of the real world features that are observed and for which observations are provided, from a Sensor Observation Service.

Usage

1
2
getFeatureOfInterest(sos, featureOfInterest, verbose = sos@verboseOutput,
                     inspect = FALSE, saveOriginal = FALSE)

Arguments

sos

The Sensor Observation Service from which features of interest should be retrieved

featureOfInterest

identifier(s) of features of interest

verbose

A boolean value indicating whether debug information is printed out to the console during the execution

inspect

A boolean value to enable printing of the sent request and received response to the console

saveOriginal

Save the received document to the current working directory. If TRUE a filename is automatically generated, if a character string is given it is used as the filename

Value

An object of class SosGetFeatureOfInterest_2.0.0-class.

Examples

1
2
3
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

52North/sos4R documentation built on Jan. 30, 2021, 11:42 p.m.