Global Mapper SDK
| GM_Layer_t .CreateCustomRasterLayer Method |
Creates a new custom layer for an in-memory raster grid (not implemented on WinCE)
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public static GM_Layer_t CreateCustomRasterLayer ( string aDescription , GM_Projection_t aProj , GM_RasterLayout_t aRasterLayout , IntPtr aDataBuf )
Parameters
- aDescription
-
Type:
System
.
String
IN: Description to use for layer (can be NULL to use default) - aProj
-
Type:
GlobalMapper
.
GM_Projection_t
IN: Native projection of new layer - aRasterLayout
-
Type:
GlobalMapper
.
GM_RasterLayout_t
IN: Raster layer layout - aDataBuf
-
Type:
System
.
IntPtr
(const void*) IN: Grid of raster data values in row-major order
Return Value
Type: GM_Layer_tA Custom Raster Layer
Comments
0 comments
Please sign in to leave a comment.