Click or drag to resize

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
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_RasterTypeFlags_t32
Members
  Member nameValueDescription
RasterType_Image1Layer contains a rendered image (i.e. grid of colors)
RasterType_ElevGrid2Layer contains a grid of values that are treated as elevations (other flags may indicate true nature of data)
RasterType_Density4Grid values are actual density values calculated for a density grid
RasterType_Roughness8Grid values are actual roughness length values
RasterType_ViewShed16Color values are on or off values of a view shed
RasterType_LandCover32Color/grid values are for land cover classifications
RasterType_PowerGrid64Grid values are actually transmission power in dB (like from a view shed)
RasterType_Count128Grid values are a count or quality setting (like from combine/count operation)
RasterType_Intensity256Grid values are intensity values (typically from Lidar points)
RasterType_NDVI512Grid values are NDVI values
RasterType_NDWI1024Grid values are NDWI values
RasterType_Gravity2048Grid value are related to gravity, not elevation (acceleration or disturbance, usually in mGal)
RasterType_Temp4096Grid value are temperature values, not elevation
RasterType_Velocity8192Grid values are velocity values, not elevation
RasterType_UnspecNonElev8192Grid value are unspecified non-elevation values
RasterType_NoWaterMask14316Defined mask for those grid types not to show water on
See Also