I am trying to get all layers from gdb file.I am using file geodatabase API. I am unable to find any help regarding how to get all layers and then read that layers.
Right Now i am using
Geodatabase geodatabase = Geodatabase.Open("../../samples/data/Querying.gdb");
// String allTables = geodatabase.DataSetTypes.;I have tried several things like get datasetypes and from there get Tables but no luck.
أكثر...
Right Now i am using
Geodatabase geodatabase = Geodatabase.Open("../../samples/data/Querying.gdb");
// String allTables = geodatabase.DataSetTypes.;I have tried several things like get datasetypes and from there get Tables but no luck.
أكثر...