[mapserver-commits] r7199 - trunk/msautotest/wxs/expected

svn at osgeo.org svn at osgeo.org
Thu Dec 20 12:44:49 EST 2007


Author: tomkralidis
Date: 2007-12-20 12:44:49 -0500 (Thu, 20 Dec 2007)
New Revision: 7199

Added:
   trunk/msautotest/wxs/expected/sos_cap0.xml
Log:
Initial add


Added: trunk/msautotest/wxs/expected/sos_cap0.xml
===================================================================
--- trunk/msautotest/wxs/expected/sos_cap0.xml	                        (rev 0)
+++ trunk/msautotest/wxs/expected/sos_cap0.xml	2007-12-20 17:44:49 UTC (rev 7199)
@@ -0,0 +1,185 @@
+Content-type: text/xml
+
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<sos:Capabilities xmlns:gml="http://www.opengis.net/gml" xmlns:om="http://www.opengis.net/om" xmlns:ows="http://www.opengis.net/ows" xmlns:swe="http://www.opengis.net/swe" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogc="http://www.opengis.net/ogc" xmlns:sos="http://www.opengis.net/sos/1.0" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/sos/1.0 http://schemas.opengis.net/sos/1.0.0/sosGetCapabilities.xsd">
+  <ows:ServiceIdentification>
+    <ows:Title>Test SOS Title</ows:Title>
+    <ows:Abstract>Test SOS Abstract</ows:Abstract>
+    <ows:Keywords>
+      <ows:Keyword>ogc</ows:Keyword>
+      <ows:Keyword>sos</ows:Keyword>
+      <ows:Keyword>sensorml</ows:Keyword>
+      <ows:Keyword>om</ows:Keyword>
+    </ows:Keywords>
+    <ows:ServiceType codeSpace="OGC">SOS</ows:ServiceType>
+    <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
+    <ows:Fees>none</ows:Fees>
+    <ows:AccessConstraints>none</ows:AccessConstraints>
+  </ows:ServiceIdentification>
+  <ows:ServiceProvider>
+    <ows:ProviderName>MapServer</ows:ProviderName>
+    <ows:ProviderSite xlink:type="simple" xlink:href="http://localhost"/>
+    <ows:ServiceContact>
+      <ows:IndividualName>Tom Kralidis</ows:IndividualName>
+      <ows:PositionName>self</ows:PositionName>
+      <ows:ContactInfo>
+        <ows:Phone>
+          <ows:Voice>+xx-xxx-xxx-xxxx</ows:Voice>
+          <ows:Facsimile>+xx-xxx-xxx-xxxx</ows:Facsimile>
+        </ows:Phone>
+        <ows:Address>
+          <ows:DeliveryPoint>123 SomeRoad Road</ows:DeliveryPoint>
+          <ows:City>Toronto</ows:City>
+          <ows:AdministrativeArea>Ontario</ows:AdministrativeArea>
+          <ows:PostalCode>xxx-xxx</ows:PostalCode>
+          <ows:Country>Canada</ows:Country>
+          <ows:ElectronicMailAddress>tomkralidis at xxxxxxx.xxx</ows:ElectronicMailAddress>
+        </ows:Address>
+        <ows:OnlineResource xlink:type="simple" xlink:href="http://localhost"/>
+        <ows:HoursOfService>0800h - 1600h EST</ows:HoursOfService>
+        <ows:ContactInstructions>during hours of service</ows:ContactInstructions>
+      </ows:ContactInfo>
+      <ows:Role>staff</ows:Role>
+    </ows:ServiceContact>
+  </ows:ServiceProvider>
+  <ows:OperationsMetadata>
+    <ows:Operation name="GetCapabilities">
+      <ows:DCP>
+        <ows:HTTP>
+          <ows:Get xlink:type="simple" xlink:href="http://localhost/cgi-bin/sostest?"/>
+        </ows:HTTP>
+      </ows:DCP>
+      <ows:Parameter name="service">
+        <ows:Value>SOS</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="version">
+        <ows:Value>1.0.0</ows:Value>
+      </ows:Parameter>
+    </ows:Operation>
+    <ows:Operation name="DescribeSensor">
+      <ows:DCP>
+        <ows:HTTP>
+          <ows:Get xlink:type="simple" xlink:href="http://localhost/cgi-bin/sostest?"/>
+        </ows:HTTP>
+      </ows:DCP>
+      <ows:Parameter name="service">
+        <ows:Value>SOS</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="version">
+        <ows:Value>1.0.0</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="sensorid">
+        <ows:Value>urn:ogc:object:procedure</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="outputFormat">
+        <ows:Value>text/xml; subtype=sensorML/1.0.0</ows:Value>
+      </ows:Parameter>
+    </ows:Operation>
+    <ows:Operation name="GetObservation">
+      <ows:DCP>
+        <ows:HTTP>
+          <ows:Get xlink:type="simple" xlink:href="http://localhost/cgi-bin/sostest?"/>
+        </ows:HTTP>
+      </ows:DCP>
+      <ows:Parameter name="service">
+        <ows:Value>SOS</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="version">
+        <ows:Value>1.0.0</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="offering">
+        <ows:Value>urn:ogc:object:offering</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="observedproperty">
+        <ows:Value>urn:ogc:object:observedproperty</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="eventtime">
+        <ows:Value>sos:time</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="procedure">
+        <ows:Value>urn:ogc:object:sensor</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="featureofinterest">
+        <ows:Value>gml:location</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="result">
+        <ows:Value>ogc:Filter</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="responseFormat">
+        <ows:Value>text/xml; subtype=om/1.0.0</ows:Value>
+      </ows:Parameter>
+      <ows:Parameter name="resultModel">
+        <ows:Value>Observation</ows:Value>
+        <ows:Value>Measurement</ows:Value>
+      </ows:Parameter>
+    </ows:Operation>
+    <ows:Constraint name="DefaultMaxFeatures">
+      <ows:Value>90210</ows:Value>
+    </ows:Constraint>
+  </ows:OperationsMetadata>
+  <ogc:Filter_Capabilities>
+    <ogc:Spatial_Capabilities>
+      <ogc:Spatial_Operators>
+        <ogc:Equals/>
+        <ogc:Disjoint/>
+        <ogc:Touches/>
+        <ogc:Within/>
+        <ogc:Overlaps/>
+        <ogc:Crosses/>
+        <ogc:Intersect/>
+        <ogc:Contains/>
+        <ogc:DWithin/>
+        <ogc:BBOX/>
+      </ogc:Spatial_Operators>
+    </ogc:Spatial_Capabilities>
+    <ogc:Scalar_Capabilities>
+      <ogc:Logical_Operators/>
+      <ogc:Comparison_Operators>
+        <ogc:Simple_Comparisons/>
+        <ogc:Like/>
+        <ogc:Between/>
+      </ogc:Comparison_Operators>
+    </ogc:Scalar_Capabilities>
+  </ogc:Filter_Capabilities>
+  <sos:Contents>
+    <sos:ObservationOfferingList>
+      <sos:ObservationOffering gml:id="Water">
+        <gml:description>This is for water</gml:description>
+        <gml:name>Water</gml:name>
+        <gml:boundedBy>
+          <gml:Envelope srsName="urn:ogc:crs:epsg:4326" srsDimension="2">
+            <gml:lowerCorner>-141 42</gml:lowerCorner>
+            <gml:upperCorner>-52 84</gml:upperCorner>
+          </gml:Envelope>
+        </gml:boundedBy>
+        <sos:intendedApplication>for SOS demos</sos:intendedApplication>
+        <sos:time>
+          <gml:TimePeriod>
+            <gml:beginPosition>1990</gml:beginPosition>
+            <gml:endPosition>2007</gml:endPosition>
+          </gml:TimePeriod>
+        </sos:time>
+        <sos:procedure xlink:href="urn:ogc:def:procedure:35"/>
+        <sos:procedure xlink:href="urn:ogc:def:procedure:2147"/>
+        <sos:procedure xlink:href="urn:ogc:def:procedure:604"/>
+        <sos:observedProperty gml:id="WaterQuality">
+          <sos:CompositePhenomenon>
+            <gml:name>WaterQuality</gml:name>
+          </sos:CompositePhenomenon>
+        </sos:observedProperty>
+        <sos:featureOfInterest>
+          <gml:boundedBy>
+            <gml:Envelope srsName="urn:ogc:crs:epsg:4326" srsDimension="2">
+              <gml:lowerCorner>-141 42</gml:lowerCorner>
+              <gml:upperCorner>-52 84</gml:upperCorner>
+            </gml:Envelope>
+          </gml:boundedBy>
+        </sos:featureOfInterest>
+        <sos:responseFormat>text/xml; subtype=om/1.0.0</sos:responseFormat>
+        <sos:resultModel>om:Observation</sos:resultModel>
+        <sos:resultModel>om:Measurement</sos:resultModel>
+        <sos:responseMode>inline</sos:responseMode>
+      </sos:ObservationOffering>
+    </sos:ObservationOfferingList>
+  </sos:Contents>
+</sos:Capabilities>



More information about the mapserver-commits mailing list