The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TMapDefinition


Unit:SDL_geoatlas
Class: none
Declaration:
TMapDefinition = record
                   MapFName    : string;
                   Caption     : string;
                   Resolution  : double;
                   Corners     : TCornerArray;
                 end;

The record TMapDefinition contains data about a map. The variable MapFName holds the filename of the map as it has been registered by the RegisterMap method. The Caption variable contains the string to be displayed in the MapSelector combo box. The Resolution variable contains the resolution of the map in meters/pixel at the center of the map, and the Corners variable holds the coordinates of the map corners.


Last Update: 2023-Feb-06