<?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: How to get the features from the feature table using geometry. in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-get-the-features-from-the-feature-table/m-p/357697#M3050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using a Polyline as the search geometry you probably&amp;nbsp;want&amp;nbsp;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;AGSQueryParameters.spatialRelationship&lt;/SPAN&gt; to be&amp;nbsp;&lt;SPAN style="background-color: #ffffff; color: #000000; font-size: 14px; font-family: 'andale mono', monospace;"&gt;AGSSpatialRelationshipIntersects&lt;/SPAN&gt;. See &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/_a_g_s_enumerations_8h.html#a9b40b6a19ac5093f815db31e0136816e"&gt;here&lt;/A&gt; for more options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2018 14:48:41 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2018-08-09T14:48:41Z</dc:date>
    <item>
      <title>How to get the features from the feature table using geometry.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-get-the-features-from-the-feature-table/m-p/357696#M3049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;I have tried to get the features from the feature table using `AGSQueryparameter` by applying a geometry (AGSPolyLine). But it returns empty `&lt;STRONG&gt;&lt;SPAN class=""&gt;AGSFeatureQueryResult`&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class=""&gt;. How can i get the features here.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;AGSQueryParameters&lt;SPAN class=""&gt;* &lt;STRONG&gt;query&lt;/STRONG&gt; = [&lt;/SPAN&gt;AGSQueryParameters&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;queryParameters&lt;/SPAN&gt;&lt;SPAN class=""&gt;];&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;[query &lt;SPAN class=""&gt;setGeometry&lt;/SPAN&gt;:geometry];&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;[query &lt;/SPAN&gt;setReturnGeometry&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;YES&lt;/SPAN&gt;&lt;SPAN class=""&gt;];&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;// fetching features from AGSArcGISFeatureTable&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;[featueTable &lt;SPAN class=""&gt;queryFeaturesWithParameters&lt;/SPAN&gt;:query &lt;SPAN class=""&gt;completion&lt;/SPAN&gt;:^(&lt;SPAN class=""&gt;AGSFeatureQueryResult&lt;/SPAN&gt; * &lt;SPAN class=""&gt;_Nullable&lt;/SPAN&gt; result, &lt;SPAN class=""&gt;NSError&lt;/SPAN&gt; * &lt;SPAN class=""&gt;_Nullable&lt;/SPAN&gt; error) {&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;//empty results here&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;}];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 14:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-get-the-features-from-the-feature-table/m-p/357696#M3049</guid>
      <dc:creator>MuruganandhamKuppan1</dc:creator>
      <dc:date>2018-08-09T14:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the features from the feature table using geometry.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-get-the-features-from-the-feature-table/m-p/357697#M3050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using a Polyline as the search geometry you probably&amp;nbsp;want&amp;nbsp;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;AGSQueryParameters.spatialRelationship&lt;/SPAN&gt; to be&amp;nbsp;&lt;SPAN style="background-color: #ffffff; color: #000000; font-size: 14px; font-family: 'andale mono', monospace;"&gt;AGSSpatialRelationshipIntersects&lt;/SPAN&gt;. See &lt;A href="https://developers.arcgis.com/ios/latest/api-reference/_a_g_s_enumerations_8h.html#a9b40b6a19ac5093f815db31e0136816e"&gt;here&lt;/A&gt; for more options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 14:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-get-the-features-from-the-feature-table/m-p/357697#M3050</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2018-08-09T14:48:41Z</dc:date>
    </item>
  </channel>
</rss>

