I have a few questions regarding attached fgdb file.From the attached fgdb file, ArcGIS destkop displays two mosaic datasets. And the feature classes and raster catalogs look as if they are the children of the mosaic datasets.However, File Geodatabase API doesn't give us the same hierarchy as we see onthe ArcGIS. The feature classes and raster catalogs that should belong to the mosaic dataset are root elements independent of the mosaic datasets.
std::vector<std::wstring> oAllChidren;
psInfo->moGeodatabase.GetChildDatasets(L"\\", L"", oAllChidren);
This code returns:- oAllChidren [14]("\AMD_PAN_0625_nominal_DEM_CAT","\AMD_PAN_0625_nominal_DEM_ART","\AMD_PAN_0625_nominal_DEM_LOG","\AMD_PAN_0625_nominal_DEM_BND","\PAN_0625_nominal_DEM","\AMD_PAN_0625_nominal_DEM_CSL","\AMD_PAN_0625_nominal_DEM_OVR","\AMD_PAN_0625_L7GCPs_DEM_CAT","\AMD_PAN_0625_L7GCPs_DEM_ART","\AMD_PAN_0625_L7GCPs_DEM_LOG","\AMD_PAN_0625_L7GCPs_DEM_BND","\PAN_0625_L7GCPs_DEM","\AMD_PAN_0625_,"\AMD_P) std::vector<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> >,std::allocator<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > > >2. Raster Catalog: I'm assuming it is very similar to feature class in thesense that it has polygons and attribute tables. The latest API 1.1 stilldoesn't allow us to query raster catalog table. I get this "Function not implemented" error.