<?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: WFS: attribute request in Standards and Interoperability Questions</title>
    <link>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155035#M59</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Before you go all crazy and specific, have you tried a huge BBOX?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bbox=-180,-90,180,90&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a case where my data didn't show up because the window afforded by the BBOX didn't match where my data was being displayed (X and Y coordinates had been reversed and my data was in a different hemisphere).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Oct 2010 10:20:21 GMT</pubDate>
    <dc:creator>MikeMcMahon</dc:creator>
    <dc:date>2010-10-22T10:20:21Z</dc:date>
    <item>
      <title>WFS: attribute request</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155033#M57</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;From SDE data in WGS 84, I would like to execute a WFS request in order to get the rivers with rank 1 on an area defined by a BBox.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following request works (all rivers) :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;my server&amp;gt;/arcgis/services/WFS_SDE/MapServer/WFSServer?bbox=1,40,5,50&amp;amp;styles=&amp;amp;request=GetFeature&amp;amp;version=1.0.0&amp;amp;srs=EPSG:4326&amp;amp;typename=WFS_SDE:river&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I had the attribute, it does not work anymore (only rivers with rank = 1; river_rank is the name of the field) :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;mon serveur&amp;gt;/arcgis/services/WFS_SDE/MapServer/WFSServer?bbox=1,40,5,50&amp;amp;styles=&amp;amp;request=GetFeature&amp;amp;version=1.0.0&amp;amp;srs=EPSG:4326&amp;amp;typename=WFS_SDE:river&amp;amp;river_rank=1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested a lot of different syntaxes, without success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does someone have an idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you in avance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Piotr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 06:49:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155033#M57</guid>
      <dc:creator>PierreLACROIX</dc:creator>
      <dc:date>2010-09-22T06:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: WFS: attribute request</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155034#M58</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example of "attribute request" returning the rivers with cntry_name = Switzerland:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="http://sdi.unige.ch/arcgis/services/WFS_GDB/MapServer/WFSServer?styles=&amp;amp;request=GetFeature&amp;amp;version=1.0.0&amp;amp;srs=EPSG:4326&amp;amp;typename=WFS_GDB:river&amp;amp;Filter=" rel="nofollow" target="_blank"&gt;http://sdi.unige.ch/arcgis/services/WFS_GDB/MapServer/WFSServer?styles=&amp;amp;request=GetFeature&amp;amp;version=1.0.0&amp;amp;srs=EPSG:4326&amp;amp;typename=WFS_GDB:river&amp;amp;Filter=&lt;/A&gt;&lt;SPAN&gt;&amp;lt;ogc:Filter&amp;gt;&amp;lt;ogc:PropertyIsEqualTo&amp;gt;&amp;lt;ogc:PropertyName&amp;gt;cntry_name&amp;lt;/ogc:PropertyName&amp;gt;&amp;lt;ogc:Literal&amp;gt;Switzerland&amp;lt;/ogc:Literal&amp;gt;&amp;lt;/ogc:PropertyIsEqualTo&amp;gt;&amp;lt;/ogc:Filter&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Piotr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 13:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155034#M58</guid>
      <dc:creator>PierreLACROIX</dc:creator>
      <dc:date>2010-10-21T13:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: WFS: attribute request</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155035#M59</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Before you go all crazy and specific, have you tried a huge BBOX?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bbox=-180,-90,180,90&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a case where my data didn't show up because the window afforded by the BBOX didn't match where my data was being displayed (X and Y coordinates had been reversed and my data was in a different hemisphere).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 10:20:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155035#M59</guid>
      <dc:creator>MikeMcMahon</dc:creator>
      <dc:date>2010-10-22T10:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: WFS: attribute request</title>
      <link>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155036#M60</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I have checked that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And finally I have posted the answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you anyway for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Piotr&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Oct 2010 06:27:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/standards-and-interoperability-questions/wfs-attribute-request/m-p/155036#M60</guid>
      <dc:creator>PierreLACROIX</dc:creator>
      <dc:date>2010-10-23T06:27:49Z</dc:date>
    </item>
  </channel>
</rss>

