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

ogc.filter.2.0.examples.3.2.1.filter11.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<fes:Filter
   xmlns:fes="http://www.opengis.net/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/fes/2.0 http://schemas.opengis.net/filter/2.0/filterAll.xsd
   http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd">
   <fes:Overlaps>
      <fes:ValueReference>Geometry</fes:ValueReference>
      <gml:Polygon gml:id="P1" srsName="urn:ogc:def:crs:EPSG::4326">
         <gml:exterior>
            <gml:LinearRing>
               <gml:posList>10 10 20 20 30 30 40 40 10 10</gml:posList>
            </gml:LinearRing>
         </gml:exterior>
      </gml:Polygon>
   </fes:Overlaps>
</fes:Filter>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy