GM_RasterLayoutFlags_t32 Enumeration |
This is a set of bit flags for custom raster layers
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_RasterLayoutFlags_t32

Member name | Value | Description | |
---|---|---|---|
RasterLayout_BGROrder | 1 | Color bands are in order BGR rather than RGB | |
RasterLayout_AlphaPresent | 2 | An alpha band is present. Use mAlphaBandIdx in GM_RasterLayout_t to specify band index. | |
RasterLayout_CopyData | 4 | Make copy of data so that caller doesn't have to keep buffer around | |
RasterLayout_ColMajorOrder | 8 | Data is in column-major order rather than row-major | |
RasterLayout_ReverseRows | 16 | Data goes from bottom-to-top rather than top-to-bottom | |
RasterLayout_ReverseCols | 32 | Data goes from right-to-left rather than left-to-right |
