i want to read all spatial data. Right now i have done this
Geodatabase geodatabase = Geodatabase.Open("../../samples/data/Querying.gdb");// String allTables = geodatabase.DataSetTypes.; foreach (var ds in geodatabase.GetChildDatasets("\\", string.Empty)) { System.Diagnostics.Debug.Write("Tables: " + ds); }I want to read all layers and their shapedata like points,polygons etc present in gdb file.
أكثر...
Geodatabase geodatabase = Geodatabase.Open("../../samples/data/Querying.gdb");// String allTables = geodatabase.DataSetTypes.; foreach (var ds in geodatabase.GetChildDatasets("\\", string.Empty)) { System.Diagnostics.Debug.Write("Tables: " + ds); }I want to read all layers and their shapedata like points,polygons etc present in gdb file.
أكثر...