All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ogc.wfs.2.0.examples.StoredQuery.StoredQueryExample.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<wfs:GetFeature
   xmlns:wfs="http://www.opengis.net/wfs/2.0"
   xmlns:fes="http://www.opengis.org/fes/2.0"
   xmlns:gml="http://www.opengis.net/gml/3.2"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd"
   resolve="all"
   resolveDepth="2"
   service="WFS"
   version="2.0.2">
   <wfs:StoredQuery id="urn:CubeWerx:StoredQueries:FeaturesInPolygon">
      <wfs:Parameter name="AreaOfInterest">
        <gml:Polygon gml:id="P1">
          <gml:exterior>
            <gml:LinearRing>
              <gml:posList>10 10 10 20 20 20 20 10 10 10</gml:posList>
            </gml:LinearRing>
          </gml:exterior>
        </gml:Polygon>
      </wfs:Parameter>
   </wfs:StoredQuery>
</wfs:GetFeature>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy