globalmapper.LidarClassifyGraph ================================ .. currentmodule:: globalmapper .. py:function:: LidarClassifyGraph ([GM_LayerHandle_t32] aLayerList, GM_ClassifyGraphSetup_t aSettings, int aReserved) -> GM_Error_t32 Use a graph (segmentation-based) method to automatically identify Lidar returns of various types (i.e. building, vegetation). :param [GM_LayerHandle_t32] aLayerList: List of layers to search or None for all vector layers. :param GM_ClassifyGraphSetup_t aSettings: Classification settings. If None is provided, default settings will be used. :param int aReserved: Reserved for future use; must be 0. :returns: Error Code :rtype: GM_Error_t32