<?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: Export/Convert Geodatabase Feature Class to Shapefile .NET in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183189#M4758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to build the console application against the client that we be used to connect to the database. If you're using SDE 10.0 I would think that this would mean your client would need to be Desktop or Engine 10.0 or higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know your particular business requirements, but if you're focused on data extraction it may be easier to write a python script to accomplish this task and run it as a scheduled task. The ArcObjects code shouldn't be too difficult to write based on the information you've provided so far. I would think that if I had to write this I would spend the bulk of my time on the joining data portion. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2015 17:14:38 GMT</pubDate>
    <dc:creator>FreddieGibson</dc:creator>
    <dc:date>2015-11-05T17:14:38Z</dc:date>
    <item>
      <title>Export/Convert Geodatabase Feature Class to Shapefile .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183186#M4755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any examples or methods that show how to connect to a SDE Geodatabase (Oracle if it maters) filter/join (basic SQL) then modify some fieldnames and then export that dataset to a ShapeFile?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 21:02:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183186#M4755</guid>
      <dc:creator>KristenJones1</dc:creator>
      <dc:date>2015-11-04T21:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Convert Geodatabase Feature Class to Shapefile .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183187#M4756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything you would need should be located on the following pages. There will be snippets located on most of these pages to display how to execute each task. I've only pasted the fine-grain arcobjects approaches below. You can substitute some of this work to the related geoprocessing tools if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Connecting to geodatabases and databases&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Connecting_to_geodatabases_and_databases/0001000003s8000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Connecting_to_geodatabases_and_databases/0001000003s8000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Connecting_to_geodatabases_and_databases/0001000003s8000000/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Opening datasets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Opening_datasets/0001000001vp000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Opening_datasets/0001000001vp000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Opening_datasets/0001000001vp000000/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Creating fields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Creating_fields/0001000003z5000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Creating_fields/0001000003z5000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Creating_fields/0001000003z5000000/&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Querying geodatabase tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Querying_geodatabase_tables/000100000146000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Querying_geodatabase_tables/000100000146000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Querying_geodatabase_tables/000100000146000000/&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Joining data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Joining_data/0001000002zw000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Joining_data/0001000002zw000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Joining_data/0001000002zw000000/&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Converting and transferring data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Converting_and_transferring_data/0001000003rp000000/" title="http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Converting_and_transferring_data/0001000003rp000000/"&gt;http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/Converting_and_transferring_data/0001000003rp000000/&lt;/A&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 21:13:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183187#M4756</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-11-04T21:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Convert Geodatabase Feature Class to Shapefile .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183188#M4757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the direction and links, I was hoping for a general outline or example to start, but this helps.&amp;nbsp; I do have a question regarding versions of ArcGIS.&amp;nbsp; I am looing to build a console application exe that will do some nightly extraction &amp;gt; conversation&amp;nbsp; GeoDB to SHP&amp;nbsp; the SDE version is 10.0 can I still build the solution with the 10.2 SDK? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 13:10:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183188#M4757</guid>
      <dc:creator>KristenJones1</dc:creator>
      <dc:date>2015-11-05T13:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export/Convert Geodatabase Feature Class to Shapefile .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183189#M4758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to build the console application against the client that we be used to connect to the database. If you're using SDE 10.0 I would think that this would mean your client would need to be Desktop or Engine 10.0 or higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know your particular business requirements, but if you're focused on data extraction it may be easier to write a python script to accomplish this task and run it as a scheduled task. The ArcObjects code shouldn't be too difficult to write based on the information you've provided so far. I would think that if I had to write this I would spend the bulk of my time on the joining data portion. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2015 17:14:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-convert-geodatabase-feature-class-to/m-p/183189#M4758</guid>
      <dc:creator>FreddieGibson</dc:creator>
      <dc:date>2015-11-05T17:14:38Z</dc:date>
    </item>
  </channel>
</rss>

