Hi Alexander,
1.For both inputs:
The entire .gdb folder as a single file or .gdbtable and .gdbtablx as an archive file .
What are the mandatories files: .gdbtable and .gdbtablx ?
In case of .gdbtable and .gdbtablx as an archive file , what should be extension of archive file ?
It should be . gdb or an archive suffix like .zip .7z …?
This my instruction to user:
Console.WriteLine(" Gdb:“);
Console.WriteLine(” Purpose:a folder-based database format from Esri storing multiple feature classes and tables.“);
Console.WriteLine(” Files needed: FileGdb can be represent as a dataset or just as one table.“);
Console.WriteLine(” In case of dataset - the entire .gdb folder as a single file.“);
Console.WriteLine(” In case of one table - .gdbtable and .gdbtablx as an archive file.");
Console.WriteLine();
In case of .gdb which what is the mandatories files in it ?
In case of one table - .gdbtable and .gdbtablx as an archive file, what are the mandatories files? both ?
I try to convert gdb => gdb and got this exception:
Aspose.Gis.GisException
HResult=0x80131500
Message=Failed to open FileGDB Dataset. GDB_SystemCatalog table “D:\GisConverter\Tests\Gdb\Input\gdb1.gdb\a00000001.gdbtable” does not exist.
Source=Aspose.GIS
StackTrace:
This exception was originally thrown at this call stack:
[External Code]
GisConverter.Lib.Converters.UniversalGisConverter.Convert(string, string, string, string, string) in UniversalGisConverter.cs
Hi Alexander,
When the input is .gdb folder when using ConvetLayer I give the path of .gdb folder as first parameter and it is not working.
But if I took the .gdbtable path from .gdb folder it works.
Does the second approoch should be for .gdb folder ?