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

ogc.filter.2.0.examples.3.2.0.filter01.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<fes:Filter
   xmlns:fes="http://www.opengis.net/fes/2.0"
   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">
  <fes:PropertyIsEqualTo>
    <fes:ValueReference>SomeProperty</fes:ValueReference>
    <fes:Literal>100</fes:Literal>
  </fes:PropertyIsEqualTo>
</fes:Filter>







© 2015 - 2024 Weber Informatics LLC | Privacy Policy