I have at my disposal a folder with data provided to me by a person that knows nothing about GIS. I have the impression that its file structure was generated by some esri desktop product. I have only ArcEngine license, so no desktop product for me to check the data. The folder structure goes like this:
ROOTFOLDER
--DTED1
----file1.img
----file1.rrd
--DTED2
--info
----arc.dir
----arc0000.dat
----arc0000.nit
----arc0001.dat
----<many other files>
--RASTER_DATA
----GEOTIFF
------file2.aux
------file2.rrd
------file2.tfw
------file2.tiff
Is this a form of geodatabase? What programm understands this folder structure? How to use it? Should convert this programmatically to some form of other geodatabase (file or personal) and how?
Thanx in advance