<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating an ogc  Spatial filter in Standards and Interoperability Questions</title>
    <link>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472694#M240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did post one issue, I had forgotten to close off the namespaces with a "&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Latest posted one is correct but I still have the same issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;ogc:Filter xmlns:ogc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/ogc" rel="nofollow" target="_blank"&gt;http://www.opengis.net/ogc&lt;/A&gt;&lt;SPAN&gt;" xmlns:gml="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/gml" rel="nofollow" target="_blank"&gt;http://www.opengis.net/gml&lt;/A&gt;&lt;SPAN&gt;" xmlns:wfs="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/wfs" rel="nofollow" target="_blank"&gt;http://www.opengis.net/wfs&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:Intersects&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;GEOMETRY&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;gml:Polygon srsName="LL-GDA94"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;gml:outerBoundaryIs&amp;gt;&amp;lt;gml:LinearRing&amp;gt;&amp;lt;gml:coordinates&amp;gt;145.27626508549,-38.2022631817624 145.306722186365,-38.2003596129578 145.315526192086,-38.211067187484 145.314098515483,-38.2286751989272 145.292921312531,-38.2201091393061 145.27626508549,-38.2022631817624&amp;lt;/gml:coordinates&amp;gt;&amp;lt;/gml:LinearRing&amp;gt;&amp;lt;/gml:outerBoundaryIs&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/gml:Polygon&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Intersects&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An answer to the following might make it clearer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should the line be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;GEOMETRY&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;SHAPE&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;SHAPE*&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or something else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have it working for a straight non spatial filter and I just inserted the name of the field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph Shanahan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 04:10:03 GMT</pubDate>
    <dc:creator>JosephShanahan</dc:creator>
    <dc:date>2012-09-27T04:10:03Z</dc:date>
    <item>
      <title>Creating an ogc  Spatial filter</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472691#M237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I an using Data Interop and and have added a WFS service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to know how to implement a spatial filter. Got a literal one going easy enough but the spatial one is a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have started with this one. Just return all of the polylines within a given distance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a message the "DataSet appears to be invalid".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One of the things that confuses me is what do I insert for PropertyName. Is it geometry, SHAPE, polygon etc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;ogc:Filter xmlns:ogc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/ogc" rel="nofollow" target="_blank"&gt;http://www.opengis.net/ogc&lt;/A&gt;&lt;SPAN&gt; xmlns:gml="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/gml" rel="nofollow" target="_blank"&gt;http://www.opengis.net/gml&lt;/A&gt;&lt;SPAN&gt; xmlns:wfs="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/wfs" rel="nofollow" target="_blank"&gt;http://www.opengis.net/wfs&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;ogc:DWithin&amp;gt;&amp;lt;ogc:PropertyName&amp;gt;Polygon&amp;lt;/ogc:PropertyName&amp;gt;&amp;lt;gml:Point&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;gml:pos&amp;gt;152.540349 -32.444276&amp;lt;/gml:pos&amp;gt;&amp;lt;/gml:Point&amp;gt;&amp;lt;ogc:Distance&amp;gt; ogc:units='m'&amp;gt;60000&amp;lt;/ogc:Distance&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ogc:DWithin&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Advancing form this then I shall need to construct a spatial filter to return all of the features inside a feature polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the following and got the same results&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;ogc:Filter xmlns:ogc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/ogc" rel="nofollow" target="_blank"&gt;http://www.opengis.net/ogc&lt;/A&gt;&lt;SPAN&gt; xmlns:gml="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/gml" rel="nofollow" target="_blank"&gt;http://www.opengis.net/gml&lt;/A&gt;&lt;SPAN&gt; xmlns:wfs="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/wfs" rel="nofollow" target="_blank"&gt;http://www.opengis.net/wfs&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:Within&amp;gt;&amp;lt;ogc:PropertyName&amp;gt;Geometry&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;gml:Polygon srsName="LL-GDA94"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;gml:outerBoundaryIs&amp;gt;&amp;lt;gml:LinearRing&amp;gt;&amp;lt;gml:coordinates&amp;gt;145.27626508549,-38.2022631817624 145.306722186365,-38.2003596129578 145.315526192086,-38.211067187484 145.314098515483,-38.2286751989272 145.292921312531,-38.2201091393061 145.27626508549,-38.2022631817624&amp;lt;/gml:coordinates&amp;gt;&amp;lt;/gml:LinearRing&amp;gt;&amp;lt;/gml:outerBoundaryIs&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/gml:Polygon&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;Geometry&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Within&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated as there is not anything I can get a handle on to get this going.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS: i don't know how to stop all of those smiles appearing in the xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph Shanahan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Australia.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 03:03:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472691#M237</guid>
      <dc:creator>JosephShanahan</dc:creator>
      <dc:date>2012-09-26T03:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an ogc  Spatial filter</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472692#M238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We'll take a look but in the meantime here is an alternate approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2012 16:00:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472692#M238</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2012-09-26T16:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an ogc  Spatial filter</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472693#M239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joseph, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try wrapping the XML with CODE tags. If you have "standard editor" set, it's a hash (#) button. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;ogc:Filter xmlns:ogc="http://www.opengis.net/ogc xmlns:gml="http://www.opengis.net/gml xmlns:wfs="http://www.opengis.net/wfs"&amp;gt;
 &amp;lt;ogc:DWithin&amp;gt;&amp;lt;ogc:PropertyName&amp;gt;Polygon&amp;lt;/ogc:PropertyName&amp;gt;&amp;lt;gml:Point&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;gml:pos&amp;gt;152.540349 -32.444276&amp;lt;/gml:pos&amp;gt;&amp;lt;/gml:Point&amp;gt;&amp;lt;ogc:Distance&amp;gt; ogc:units='m'&amp;gt;60000&amp;lt;/ogc:Distance&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ogc:DWithin&amp;gt;
&amp;lt;/ogc:Filter&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, this appears to work too, at least when previewing the post. In the "Additional Options", check on "Disable smilies in text". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;ogc:Filter xmlns:ogc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/ogc" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.opengis.net/ogc&lt;/A&gt;&lt;SPAN&gt; xmlns:gml="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/gml" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.opengis.net/gml&lt;/A&gt;&lt;SPAN&gt; xmlns:wfs="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/wfs" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.opengis.net/wfs&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;ogc:DWithin&amp;gt;&amp;lt;ogc:PropertyName&amp;gt;Polygon&amp;lt;/ogc:PropertyName&amp;gt;&amp;lt;gml:Point&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;gml:pos&amp;gt;152.540349 -32.444276&amp;lt;/gml:pos&amp;gt;&amp;lt;/gml:Point&amp;gt;&amp;lt;ogc:Distance&amp;gt; ogc:units='m'&amp;gt;60000&amp;lt;/ogc:Distance&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ogc:DWithin&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Melita&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:54:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472693#M239</guid>
      <dc:creator>MelitaKennedy</dc:creator>
      <dc:date>2021-12-11T20:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an ogc  Spatial filter</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472694#M240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did post one issue, I had forgotten to close off the namespaces with a "&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Latest posted one is correct but I still have the same issues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;ogc:Filter xmlns:ogc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/ogc" rel="nofollow" target="_blank"&gt;http://www.opengis.net/ogc&lt;/A&gt;&lt;SPAN&gt;" xmlns:gml="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/gml" rel="nofollow" target="_blank"&gt;http://www.opengis.net/gml&lt;/A&gt;&lt;SPAN&gt;" xmlns:wfs="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/wfs" rel="nofollow" target="_blank"&gt;http://www.opengis.net/wfs&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:Intersects&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;GEOMETRY&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;gml:Polygon srsName="LL-GDA94"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;gml:outerBoundaryIs&amp;gt;&amp;lt;gml:LinearRing&amp;gt;&amp;lt;gml:coordinates&amp;gt;145.27626508549,-38.2022631817624 145.306722186365,-38.2003596129578 145.315526192086,-38.211067187484 145.314098515483,-38.2286751989272 145.292921312531,-38.2201091393061 145.27626508549,-38.2022631817624&amp;lt;/gml:coordinates&amp;gt;&amp;lt;/gml:LinearRing&amp;gt;&amp;lt;/gml:outerBoundaryIs&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/gml:Polygon&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Intersects&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An answer to the following might make it clearer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;should the line be&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;GEOMETRY&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;SHAPE&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ogc:PropertyName&amp;gt;SHAPE*&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;or something else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have it working for a straight non spatial filter and I just inserted the name of the field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph Shanahan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 04:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472694#M240</guid>
      <dc:creator>JosephShanahan</dc:creator>
      <dc:date>2012-09-27T04:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an ogc  Spatial filter</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472695#M241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried a lot of things to get this to go and I'm not sure which one eventually got it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you create a connection using data interop it is created in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\jshanahan\AppData\Roaming\Safe Software\Interoperability&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I moved the connection to a unc shared directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another is to be carefully to get the latitude and and longitude in the correct order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had them the wrong way around. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look in the capabilities file it will tell you the correct way to set them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- &amp;lt;ows:Constraint name="serviceAxisOrderForSwappableSRS"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;ows:Value&amp;gt;latitude,longitude&amp;lt;/ows:Value&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/ows:Constraint&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also when you get a problem it is good to look in the server logs, they will tell you a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a sample filter that works&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;ogc:Filter xmlns:ogc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/ogc" rel="nofollow" target="_blank"&gt;http://www.opengis.net/ogc&lt;/A&gt;&lt;SPAN&gt;" xmlns:gml="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/gml" rel="nofollow" target="_blank"&gt;http://www.opengis.net/gml&lt;/A&gt;&lt;SPAN&gt;" xmlns:wfs="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/wfs" rel="nofollow" target="_blank"&gt;http://www.opengis.net/wfs&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;ogc:Overlaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;ogc:PropertyName&amp;gt;shape&amp;lt;/ogc:PropertyName&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;gml:Polygon srsName="EPSG:4283"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;gml:outerBoundaryIs&amp;gt;&amp;lt;gml:LinearRing&amp;gt;&amp;lt;gml:coordinates&amp;gt;-30.639482384733,132.012620960283 -35.2080475159278,156.568658540454 -41.7753598920203,154.427143635207 -42.7747335144692,150.572416805761 -30.639482384733,132.012620960283&amp;lt;/gml:coordinates&amp;gt;&amp;lt;/gml:LinearRing&amp;gt;&amp;lt;/gml:outerBoundaryIs&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/gml:Polygon&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/ogc:Overlaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/ogc:Filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph Shanahan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 04:17:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/creating-an-ogc-spatial-filter/m-p/472695#M241</guid>
      <dc:creator>JosephShanahan</dc:creator>
      <dc:date>2012-10-02T04:17:43Z</dc:date>
    </item>
  </channel>
</rss>

