GM_Utility .BuildingExtract Method
Classifies aerial land imagery data into different types of surfaces: Water, Tree, Low Vegetation, Barren, Impervious-Other, and Impervious-Road. The classified data is returned as a new raster layer.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 27.0.0.0 (27.0.0.0)

Syntax
C#
Copy
LandCoverClassify(
                        GM_LayerList_t aLayerList
                        GM_Rectangle_t aWorldBounds
                        GM_LandCoverType_t8 aLandCoverType
                        bool aUseCUDADevice
                        string aCustomModelName
                        IntPtr aParentWnd
                        out GM_Layer_t aOutputLayer
                        object aReserved)
                )
See Also