AgGx3dTerrainCreate

AgGx3dTerrainCreate.exe is a stand-alone application that converts processed terrain files (.datt format) to .pdtt terrain files. You can use a .pdtt file with processed image files (.pdttx files) to visualize imagery on terrain.

Using the application

You can run AgGx3dTerrainCreate.exe from a command prompt window or from another application. The command format is:

AgGx3dTerrainCreate -i "<input .datt file>"
  • -o "<output .pdtt file>"
  • -minLat <minimum latitude in degrees>
  • -maxLat <maximum latitude in degrees>
  • -minLon <minimum longitude in degrees>
  • -maxLon <maximum longitude in degrees>
Argument Description
-i "<input .datt file>" The processed terrain file that you want to convert.
-o "<output .pdtt file>" The .pdtt file (name and path) that you want to create.
-minLat <minimum latitude in degrees> The region of the terrain source that you want to convert. The input extent must be less than the overall extent of the input .datt file. If you do not specify these parameters, the entire terrain source is converted.
-maxLat <maximum latitude in degrees>
-minLon <minimum longitude in degrees>
-maxLon <maximum longitude in degrees>