GetFeatureOfInterest

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

  • FeatureOfInterestId
<?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>

  • location
<?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
Topic revision: r3 - 08 Jun 2010, CarstenHollmann
Legal Notice | Privacy Statement


This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Wiki? Send feedback