I have maps generated using ArcGIS (.tfw, .fig, .prj, .sbn, .shp and .dbf files). I need to convert them to ADRG format. Can ArcGIS do that? If so, how?
|
ERDAS Imagine will convert to ADRG / CADRG according to this: http://forums.esri.com/Thread.asp?c=57&f=432&t=126794#365952 ESRI Military Analyst extension will as well according to this: http://www.esri.com/software/arcgis/defense-solutions/military-analyst-tools.html ADRG is an ancient military special-purpose format, so queries on the topic are sparse. One claim in forum threads is that Arc should include the means to read ADRG without any extensions, and another is that at one time Military Analyst wouldn't write to ADRG. Nevertheless, the ESRI product page above claims the ability to render to CADRG (the compressed variant) in the present version. EDIT: Re-reading your query,"tfw, .fig, .prj, .sbn, .shp and .dbf files", it appears you may be a bit more lost than I assumed. The above will convert a georeferenced raster (usually GRID, IMG, or Geo-Tiff) into another type of georeferenced raster, which is what I understand ADRG to be from this: http://www.digitalpreservation.gov/formats/fdd/fdd000282.shtml dbn, shp, and dbf files are all associated with vector shape-files, with one row of text and numbers per shape, whether those shapes be polygon, line, or point. Raster data is a big array of values, one per pixel, which is stretched out over a georeferenced area: a fundamentally different data model. The .fig file escapes me at the moment. The only thing that looks like it's associated with a raster is the .tfw file, which is used to project a separate raster file (usually .tiff). A shapefile is the bare shapes, without symbology. Only the project file gives instructions on how it should look on screen. If you'd like to find out how to render shapefile symbology to raster, make that a separate question. |
||||
|
|