GM_RasterTypeFlags_t32 Enumeration |
Type defines what type of data a raster/elevation layer has. One or
more of these flags can be set.
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_RasterTypeFlags_t32

Member name | Value | Description | |
---|---|---|---|
RasterType_Image | 1 | Layer contains a rendered image (i.e. grid of colors) | |
RasterType_ElevGrid | 2 | Layer contains a grid of values that are treated as elevations (other flags may indicate true nature of data) | |
RasterType_Density | 4 | Grid values are actual density values calculated for a density grid | |
RasterType_Roughness | 8 | Grid values are actual roughness length values | |
RasterType_ViewShed | 16 | Color values are on or off values of a view shed | |
RasterType_LandCover | 32 | Color/grid values are for land cover classifications | |
RasterType_PowerGrid | 64 | Grid values are actually transmission power in dB (like from a view shed) | |
RasterType_Count | 128 | Grid values are a count or quality setting (like from combine/count operation) | |
RasterType_Intensity | 256 | Grid values are intensity values (typically from Lidar points) | |
RasterType_NDVI | 512 | Grid values are NDVI values | |
RasterType_NDWI | 1024 | Grid values are NDWI values | |
RasterType_Gravity | 2048 | Grid value are related to gravity, not elevation (acceleration or disturbance, usually in mGal) | |
RasterType_Temp | 4096 | Grid value are temperature values, not elevation | |
RasterType_Velocity | 8192 | Grid values are velocity values, not elevation | |
RasterType_UnspecNonElev | 8192 | Grid value are unspecified non-elevation values | |
RasterType_Class | 32768 | Grid values are some type of classification code | |
RasterType_Curvature | 65536 | Grid values are curvature (1st derivative of slope) values | |
RasterType_Slope | 131072 | Grid values are slope values | |
RasterType_NoWaterMask | Defined mask for those grid types not to show water on | ||
RasterType_NoInterpolateMask | Defined mask for those grid types to not interpolate |
