<?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 GDB API or ArcObjects - which do I use? in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/gdb-api-or-arcobjects-which-do-i-use/m-p/428290#M723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morning all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A really quick question - I have a file GDB that is based on the esri BISDM data model &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/downloads/datamodel/detail/44"&gt;http://support.esri.com/en/downloads/datamodel/detail/44&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to be able to create some reports on this building data, sum up some floor areas based on the space types etc....ideally have a little image of the building being reported on within the report.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is reporting functionality something I look to the GDB API to do, or is this more an ArcObjects task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much for your suggestions/insight - just trying to sort out where I start researching.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 14:01:53 GMT</pubDate>
    <dc:creator>SteveNelson</dc:creator>
    <dc:date>2012-01-11T14:01:53Z</dc:date>
    <item>
      <title>GDB API or ArcObjects - which do I use?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/gdb-api-or-arcobjects-which-do-i-use/m-p/428290#M723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Morning all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A really quick question - I have a file GDB that is based on the esri BISDM data model &lt;/SPAN&gt;&lt;A href="http://support.esri.com/en/downloads/datamodel/detail/44"&gt;http://support.esri.com/en/downloads/datamodel/detail/44&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to be able to create some reports on this building data, sum up some floor areas based on the space types etc....ideally have a little image of the building being reported on within the report.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is reporting functionality something I look to the GDB API to do, or is this more an ArcObjects task?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks very much for your suggestions/insight - just trying to sort out where I start researching.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 14:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/gdb-api-or-arcobjects-which-do-i-use/m-p/428290#M723</guid>
      <dc:creator>SteveNelson</dc:creator>
      <dc:date>2012-01-11T14:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: GDB API or ArcObjects - which do I use?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/gdb-api-or-arcobjects-which-do-i-use/m-p/428291#M724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The FGDB API is really designed for those who don't have ArcGIS available. It's hard to believe&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;that C++ is an easier way to whip up a report when you have Python available in Desktop,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;especially if you hope to place a map in your report (there's no mapping at all in the FGDBAPI).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 01:22:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/gdb-api-or-arcobjects-which-do-i-use/m-p/428291#M724</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2012-01-12T01:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: GDB API or ArcObjects - which do I use?</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/gdb-api-or-arcobjects-which-do-i-use/m-p/428292#M725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you need to access the data on multiple platforms, you can use the File Geodatabase API in Python, see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://libjoe.blogspot.com/2014/02/python-wrapper-for-esri-file.html"&gt;http://libjoe.blogspot.com/2014/02/python-wrapper-for-esri-file.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also visit the project page here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://code.google.com/p/file-geodatabase-api-python-wrapper/"&gt;https://code.google.com/p/file-geodatabase-api-python-wrapper/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Enjoy!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Joseph Armbruster&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Feb 2014 04:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/gdb-api-or-arcobjects-which-do-i-use/m-p/428292#M725</guid>
      <dc:creator>JosephArmbruster</dc:creator>
      <dc:date>2014-02-02T04:55:36Z</dc:date>
    </item>
  </channel>
</rss>

