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

ogc.filter.2.0.examples.2.1.2.filter29.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"
   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 http://schemas.opengis.net/gml/2.1.2/geometry.xsd">
   <fes:DWithin>
      <fes:Function name="Centroid">
         <fes:ValueReference>geometry</fes:ValueReference>
      </fes:Function>
      <gml:Point srsName="urn:ogc:def:crs:EPSG::4326">
         <gml:coordinates>43.716589,-79.340686</gml:coordinates>
      </gml:Point>
      <fes:Distance uom="m">10</fes:Distance>
   </fes:DWithin>
</fes:Filter>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy