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.
Geodatabase gdb = Geodatabase.Open("C:\\data10.gdb"); string [] fcs = gdb.GetChildDatasets("\\", "Feature Class"); foreach (string fc in fcs) { Console.WriteLine(fc); Table t = gdb.OpenTable(fc); } gdb.Close();
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.