Global Mapper SDK
| GM_Layer_t .LoadRectifiedLayer 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.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Layer_t LoadRectifiedLayer ( string aFilename , GM_LoadFlags_t32 aLoadFlags , GM_GroundControlPoint_t [] aGCPList , GM_Projection_t aProj )
Parameters
- aFilename
-
Type:
System
.
String
File to be loaded - aLoadFlags
-
Type:
GlobalMapper
.
GM_LoadFlags_t32
Flags to set load options - aGCPList
-
Type:
GlobalMapper
.
GM_GroundControlPoint_t
(const GM_GroundControlPoint_t*) list of control points for layer - aProj
-
Type:
GlobalMapper
.
GM_Projection_t
projection of control points
Return Value
Type: GM_Layer_tThe Loaded Layer
Comments
0 comments
Please sign in to leave a comment.