GM_ImageryType_t8 Enumeration
Types of imagery sources for inference operations.

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 27.0.0.0 (27.0.0.0)

Syntax
C#
Copy
public enum GM_ImageryType_t8
Members
Member nameValueDescription
GM_ImageryType_Aerial0Raster imagery captured from aerial platforms (planes, drones) within atmosphere
GM_ImageryType_Satellite1Raster imagery captured from satellites in the upper atmosphere or in space
GM_ImageryType_DefaultGM_ImageryType_AerialAerial is the default option
See Also