<?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: Offline non-spatial tables in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361795#M3088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What class would we want to look at for querying/listing/etc the non-spatial tables? &lt;/SPAN&gt;&lt;STRONG&gt;featureTableForLayerName&lt;/STRONG&gt;&lt;SPAN&gt; in the &lt;/SPAN&gt;&lt;STRONG&gt;AGSGDBGeodatabase&lt;/STRONG&gt;&lt;SPAN&gt; works just fine on spatial datasets but not our non-sptial tables.&amp;nbsp; Is there somewhere else we should be looking.&amp;nbsp; I haven't seen anything in the documentation aside from the &lt;/SPAN&gt;&lt;STRONG&gt;AGSGDBFeatureTable&lt;/STRONG&gt;&lt;SPAN&gt; that references "non-geographic" datasets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any pointers would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 21:44:47 GMT</pubDate>
    <dc:creator>MattCooper</dc:creator>
    <dc:date>2014-05-29T21:44:47Z</dc:date>
    <item>
      <title>Offline non-spatial tables</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361793#M3086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Really need to be able to see and query the non-spatial tables in a .geodatabase file.&amp;nbsp; Is this on the radar soon?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 22:53:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361793#M3086</guid>
      <dc:creator>mikedavis2</dc:creator>
      <dc:date>2014-05-28T22:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Offline non-spatial tables</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361794#M3087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Non-spatial tables in the geodatabase are already supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You won't be able to visualize them on a map through a layer (after all, they have no geometry), but you should be able to query &amp;amp; edit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 21:02:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361794#M3087</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2014-05-29T21:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Offline non-spatial tables</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361795#M3088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What class would we want to look at for querying/listing/etc the non-spatial tables? &lt;/SPAN&gt;&lt;STRONG&gt;featureTableForLayerName&lt;/STRONG&gt;&lt;SPAN&gt; in the &lt;/SPAN&gt;&lt;STRONG&gt;AGSGDBGeodatabase&lt;/STRONG&gt;&lt;SPAN&gt; works just fine on spatial datasets but not our non-sptial tables.&amp;nbsp; Is there somewhere else we should be looking.&amp;nbsp; I haven't seen anything in the documentation aside from the &lt;/SPAN&gt;&lt;STRONG&gt;AGSGDBFeatureTable&lt;/STRONG&gt;&lt;SPAN&gt; that references "non-geographic" datasets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any pointers would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 21:44:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361795#M3088</guid>
      <dc:creator>MattCooper</dc:creator>
      <dc:date>2014-05-29T21:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Offline non-spatial tables</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361796#M3089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should be able to use featureTableForLayerName to retrieve non-spatial tables from the geodatabase. These would be returned just like the spatial tables as AGSGDBFeatureTable objects. There is no difference in querying spatial or non-spatial tables. You use the same class and the same methods, the only difference being that the results (AGSGDBFeature objects) won't have a geometry for non-spatial tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where did you create the geodatabase from? ArcMap or from a feature service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 16:36:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361796#M3089</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2014-05-30T16:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Offline non-spatial tables</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361797#M3090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We generated it from ArcMap.&amp;nbsp; Can you only access non-spatial tables when they are generated from a feature service?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for getting back to us!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 20:25:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361797#M3090</guid>
      <dc:creator>MattCooper</dc:creator>
      <dc:date>2014-05-30T20:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Offline non-spatial tables</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361798#M3091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Per this document (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00660000045q000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//00660000045q000000&lt;/A&gt;&lt;SPAN&gt;), tabular data is supported in ArcMap too for creating runtime content. I haven't tried this myself yet though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What version of ArcMap are you using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 20:20:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361798#M3091</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2014-06-02T20:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Offline non-spatial tables</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361799#M3092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're using Desktop 10.2.2 to generate the .geodatabase.&amp;nbsp; It does indeed bundle the non-spatial tables.&amp;nbsp; The problem is that the featureTableForLayerName method does not find it and the featureTables method doesn't return it in the array of tables within the AGSGDBGeodatabase.&amp;nbsp; Both of those methods only return the spatial tables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 20:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361799#M3092</guid>
      <dc:creator>MattCooper</dc:creator>
      <dc:date>2014-06-02T20:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Offline non-spatial tables</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361800#M3093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This appears to be a bug in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We've taken note of it and hope to fix it in a future release. Thanks for reporting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 02:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/offline-non-spatial-tables/m-p/361800#M3093</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2014-06-05T02:47:42Z</dc:date>
    </item>
  </channel>
</rss>

