| GM_RasterDisplayOptions_t Class |
This type represents the display options available for raster and elevation layers
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public
class
GM_RasterDisplayOptions_t
The GM_RasterDisplayOptions_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_RasterDisplayOptions_t |
Default Constructor
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object .) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
| |
| GetHashCode | Serves as a hash function for a particular type.
(Inherited from
Object
.)
| |
| GetType | Gets the type of the current instance.
(Inherited from
Object
.)
| |
| MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
| |
| ToString | Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
| mAutoClipCollar | Automatically crop off a DRG, BSB, or other known collar boundary | |
| mBandIdxBlue | Index of color band (0-based) to use for blue color channel | |
| mBandIdxGreen | Index of color band (0-based) to use for green color channel | |
| mBandIdxRed | Index of color band (0-based) to use for red color channel | |
| mBandLayoutValid | Are the band layout values valid? | |
| mBlendMode | Blend mode to use to blend this raster layer with underlying layers or to interpret the color values of the layer | |
| mBlueAdjustPercent | Percentage to adjust red color channel by (-100 to 100) | |
| mColorGradeBlueInMax | Maximum Blue input color value | |
| mColorGradeBlueInMin | Minimum Blue input color value | |
| mColorGradeBlueOutMax | Maximum Blue output color value | |
| mColorGradeBlueOutMin | Minimum Blue output color value | |
| mColorGradeGreenInMax | Maximum Green input color value | |
| mColorGradeGreenInMin | Minimum Green input color value | |
| mColorGradeGreenOutMax | Maximum Green output color value | |
| mColorGradeGreenOutMin | Minimum Green output color value | |
| mColorGradeRedInMax | Maximum red input color value | |
| mColorGradeRedInMin | Minimum red input color value | |
| mColorGradeRedOutMax | Maximum red output color value | |
| mColorGradeRedOutMin | Minimum red output color value | |
| mColorGradeSaturation | Saturation (valid 0.0 - 1.0) | |
| mColorGradeValid | Are the color grade options valid? | |
| mColorIntensity | Color intensity (0-20). Lower values are lighter, higher values are darker. | |
| mContrastMode | Contrast adjustment mode | |
| mContrastNumStdDev | Number of standard deviations from mean to stretch for contrast adjustment (if 0 is used the default of 2 will be used) | |
| mContrastShared | Is the contrast adjustment shared with other loaded layers? | |
| mGreenAdjustPercent | Percentage to adjust red color channel by (-100 to 100) | |
| mRedAdjustPercent | Percentage to adjust red color channel by (-100 to 100) | |
| mSamplingMethod | Specify how resampling should be done for this layer for display and export | |
| mSize | Size of structure | |
| mTextureMap | Texture map this raster layer over any underlying elevation layers. | |
| mTranslucency | Translucency level of layer (0 - completely see-through, 512 - completely opaque) | |
| mTransparent | Is layer transparent? | |
| mTransparentColor | Color to make transparent | |
| mTransparentColorDist | Fuzzy transparency support. Distance from transparent color to treat nearby colors transparent. | |
| mTransparentColorList | List of colors to make transparent. |