AVDS2Bmp 

This directory contains the files and directories that implement 
the example program, "AVDS2Bmp.exe" which processes AVDS terrain
files into a single bitmap (BMP) file. The source code, contained 
in the file, "AVDS2Bmp.cpp", uses the AVDS Terrain Library (ATL).

USAGE:
	AVDS2Bmp long_min long_max lat_min lat_max Outfilename

	where: 	long_min, long_max, lat_min, lat_max are the minimum and 
		maximum values of the longitude and longitude of the data.

		Outfilename is the name of the BMP file that will be created.  

	Note: AVDS2Bmp uses the AVDS terrain files generated by the example 
	program "ProcessColorElevation". The specific terrain files are 
	those in the form of XXX_XXX. These files must be in the default 
	directory.

OUTPUT:
	AVDS2Bmp outputs a BMP file that depicts the terrain inside of the 
	specified latitudes and longitudes.



