sos4R (version 0.4.2)

getFeatureOfInterest: Function retrieving features of interest, i.e. the representations of the real world features that are observed and for which observations are provided.

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

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

Run this code
# NOT RUN {
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

# }

Run the code above in your browser using DataLab