<?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: File Geodatabase API 1.1 now available in File Geodatabase API Questions</title>
    <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723554#M1143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you post a zipped copy of some data with this problem? I'd like to understand what this problem is. It may be a issue outside of just the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 16:45:59 GMT</pubDate>
    <dc:creator>LanceShipman</dc:creator>
    <dc:date>2011-08-19T16:45:59Z</dc:date>
    <item>
      <title>File Geodatabase API 1.1 now available</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723552#M1141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The File Geodatabase API 1.1 is now available. It includes a .NET wrapper for VS2010 and some bug fixes. Check out the geodatabase blog for details: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/geodatabase/default.aspx"&gt;http://blogs.esri.com/Dev/blogs/geodatabase/default.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2011 22:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723552#M1141</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2011-08-08T22:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API 1.1 now available</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723553#M1142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a file geodatabase with ArcCatalog 10.0 (Build 3200). I look at it in ArcCatalog and everything looks fine. I run the following C# code, it prints the first Feature Class to the console and then I get an error on OpenTable. Error is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"Invalid function arguments."}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Code is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;Geodatabase gdb = Geodatabase.Open("C:\\data10.gdb");
string [] fcs = gdb.GetChildDatasets("\\", "Feature Class");
foreach (string fc in fcs)
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Console.WriteLine(fc);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table t = gdb.OpenTable(fc);
}
gdb.Close();&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: I have narrowed it down to feature classes imported into the FGDB through ArcCatalog -&amp;gt; Import -&amp;gt; Feature Class.&amp;nbsp; If I create a new, empty feature class in ArcCatalog, the error IS NOT thrown.&amp;nbsp; However, if I import the feature class from a shapefile or SDE, the error IS thrown.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: I believe it's the spatial reference. I'm importing the feature classes from Oracle SDE and shapfiles (that were exported from Oracle SDE). I've had spatial reference problems with Oracle before, specifically, the spatial reference that it thinks is WGS84 doesn't agree with ESRI's WGS84.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723553#M1142</guid>
      <dc:creator>StuartHarlan</dc:creator>
      <dc:date>2021-12-12T06:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API 1.1 now available</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723554#M1143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you post a zipped copy of some data with this problem? I'd like to understand what this problem is. It may be a issue outside of just the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 16:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723554#M1143</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2011-08-19T16:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API 1.1 now available</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723555#M1144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having the same problem with OpenTable on a GDB from the California BLM. You can download it from &lt;/SPAN&gt;&lt;A href="http://www.globalmapper.com/Incoming/LandStatus2.gdb.zip"&gt;http://www.globalmapper.com/Incoming/LandStatus2.gdb.zip&lt;/A&gt;&lt;SPAN&gt; . The table that I'm trying to open &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the table '\LandStatus\LND_SurfaceEstate'. I get the "Invalid function argument" error trying to open that table with the v1.1 API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2011 00:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723555#M1144</guid>
      <dc:creator>MichaelChilds</dc:creator>
      <dc:date>2011-08-20T00:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API 1.1 now available</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723556#M1145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In your case, the data is using a custom projection. Custom projections are not supported by the File Geodatabase API. We are considering support for custom projections in a later release of the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 17:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723556#M1145</guid>
      <dc:creator>LanceShipman</dc:creator>
      <dc:date>2011-08-22T17:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API 1.1 now available</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723557#M1146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the reply. Why does the API need to know the projection, seems that would be something the calling application would need to figure out, unless there is some reprojection or something happening in the API that I'm not aware of. All that I'm really concerned about is extracting the coordinates, I can ask the user for the projection if I can't automatically figure it out from the XML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 17:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723557#M1146</guid>
      <dc:creator>MichaelChilds</dc:creator>
      <dc:date>2011-08-22T17:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: File Geodatabase API 1.1 now available</title>
      <link>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723558#M1147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In your case, the data is using a custom projection. Custom projections are not supported by the File Geodatabase API. We are considering support for custom projections in a later release of the API.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting the same "Invalid function argument" error when trying to open layers with a "custom" CRS.&amp;nbsp; If "custom" projections are not yet supported by the API: it would *really* help if one could open the tables for reading the coordinates, even if the CRS information for the "custom" projection would have to fall back to "Unknown", "Custom", or something.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 08:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/file-geodatabase-api-questions/file-geodatabase-api-1-1-now-available/m-p/723558#M1147</guid>
      <dc:creator>HermannPeifer</dc:creator>
      <dc:date>2011-09-05T08:09:27Z</dc:date>
    </item>
  </channel>
</rss>

