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

ogc.filter.2.0.examples.3.2.1.filter13.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:And>
      <fes:Within>
         <fes:ValueReference>WKB_GEOM</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:Within>
      <fes:PropertyIsBetween>
         <fes:ValueReference>DEPTH</fes:ValueReference>
         <fes:LowerBoundary>
            <fes:Literal>400</fes:Literal>
         </fes:LowerBoundary>
         <fes:UpperBoundary>
            <fes:Literal>800</fes:Literal>
         </fes:UpperBoundary>
      </fes:PropertyIsBetween>
   </fes:And>
</fes:Filter>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy