Introduction
The
GetObservationById operation is designed to return an observation based on an
identifier. This identifier must have been obtained by the client prior to invoking the
operation. The id might have come from a link in another XML document or from a
previous call to
InsertObservation. (SOS-Spec, OGC 06-009r6)
Example
<?xml version="1.0" encoding="UTF-8"?>
<sos:GetObservationById xmlns:sos="http://www.opengis.net/sos/1.0"
xmlns:om="http://www.opengis.net/om/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/sos/1.0 http://schemas.opengis.net/sos/1.0.0/sosAll.xsd"
service="SOS" version="1.0.0" srsName="urn:ogc:def:crs:EPSG:4326">
<sos:ObservationId>o_1</sos:ObservationId>
<sos:resultModel>om:Measurement</sos:resultModel>
</sos:GetObservationById>
For more information about the supportet filters look at
SensorObservationService main page or at the SOS specification.
--
CarstenHollmann - 22 Apr 2009