Click or drag to resize

GM_Layer_tLoadRectifiedLayer Method

Loads a new layer from a file. A pointer to the layer is stored for use in later calls. The layer will be rectified using the ground control points and projection provided.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Layer_t LoadRectifiedLayer(
	string aFilename,
	GM_LoadFlags_t32 aLoadFlags,
	GM_GroundControlPoint_t[] aGCPList,
	GM_Projection_t aProj
)

Parameters

aFilename
Type: SystemString
File to be loaded
aLoadFlags
Type: GlobalMapperGM_LoadFlags_t32
Flags to set load options
aGCPList
Type: GlobalMapperGM_GroundControlPoint_t
(const GM_GroundControlPoint_t*) list of control points for layer
aProj
Type: GlobalMapperGM_Projection_t
projection of control points

Return Value

Type: GM_Layer_t
The Loaded Layer
See Also