GM_CreateLayerFromLidarQuery

Creates a new layer from a Lidar query.

Syntax

C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_CreateLayerFromLidarQuery
(
GM_LidarQueryHandle_t   aLidarQuery,        // IN: Lidar query with points to add
GM_LayerHandle_t32*     aNewLayerHandle,    // OUT: Handle for newly created layer
const char*             aDescription,       // IN: Description to use for layer (can be NULL to use default)
const GM_Projection_t*  aProj,              // IN: Native projection of new layer (NULL to use projection from query)
void*                   aReserved           // IN: Reserved for future use (should be NULL)
)