Click or drag to resize

GM_LoadRectifiedLayer

Loads the given file and fills in aLayer with the handle to the layer. The layer handle can be used in other calls into the library. The layer must be closed by calling GM_CloseLayer when the caller is done using it.

The layer will be positioned according to the ground control point (GCP) list provided. The ground coordinates in the GCP list must be given in the projection specified by aProj.

Syntax
GM_DLL_EXPORTED GM_Error_t32 GM_LoadRectifiedLayer
( 
const char*                     aFilename,
GM_LayerHandle_t32*             aLayer,
GM_LoadFlags_t32                aLoadFlags,
const GM_GroundControlPoint_t*  aGCPList,
uint32                          aNumGCPs,
const GM_Projection_t*          aProj
);