Introduction
GetFeatureOfInterest returns a featureOfInterest, a domainFeature or a collection containing featureOfInterests and domainFeatures that was advertised in one of the
observation offerings of the SOS capabilities document. This could be a Station for insitu
sensors, for example. (SOS-Spec, OGC 06-009r6)
Examples
<?xml version="1.0" encoding="UTF-8"?>
<GetFeatureOfInterest xmlns="http://www.opengis.net/sos/1.0" service="SOS" version="1.0.0" xmlns:ows="http://www.opengeospatial.net/ows" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" 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/sosGetFeatureOfInterest.xsd">
<FeatureOfInterestId>foi_1001</FeatureOfInterestId>
</GetFeatureOfInterest>
<?xml version="1.0" encoding="UTF-8"?>
<GetFeatureOfInterest xmlns="http://www.opengis.net/sos/1.0" service="SOS" version="1.0.0" xmlns:ows="http://www.opengeospatial.net/ows" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" 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/sosGetFeatureOfInterest.xsd">
<location>
<ogc:BBOX>
<ogc:PropertyName>urn:ogc:data:location</ogc:PropertyName>
<gml:Envelope srsName="urn:ogc:def:crs:EPSG:4326">
<gml:lowerCorner>7.0 50.0</gml:lowerCorner>
<gml:upperCorner>10.0 53.0</gml:upperCorner>
</gml:Envelope>
</ogc:BBOX>
</location>
</GetFeatureOfInterest>
For more information about the supportet filters look at
SensorObservationService main page or at the SOS specification.
--
CarstenHollmann - 22 Apr 2009