GM_RasterDisplayOptions_t Class
This type represents the display options available for raster and elevation layers
Inheritance Hierarchy
System Object
GlobalMapper GM_RasterDisplayOptions_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    class
                                    GM_RasterDisplayOptions_t
                                

The GM_RasterDisplayOptions_t type exposes the following members.

Constructors
NameDescription
Public methodGM_RasterDisplayOptions_t
Default Constructor
Top
Methods
NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
NameDescription
Public fieldmAutoClipCollar
Automatically crop off a DRG, BSB, or other known collar boundary
Public fieldmBandIdxBlue
Index of color band (0-based) to use for blue color channel
Public fieldmBandIdxGreen
Index of color band (0-based) to use for green color channel
Public fieldmBandIdxRed
Index of color band (0-based) to use for red color channel
Public fieldmBandLayoutValid
Are the band layout values valid?
Public fieldmBlendMode
Blend mode to use to blend this raster layer with underlying layers or to interpret the color values of the layer
Public fieldmBlueAdjustPercent
Percentage to adjust red color channel by (-100 to 100)
Public fieldmColorGradeBlueInMax
Maximum Blue input color value
Public fieldmColorGradeBlueInMin
Minimum Blue input color value
Public fieldmColorGradeBlueOutMax
Maximum Blue output color value
Public fieldmColorGradeBlueOutMin
Minimum Blue output color value
Public fieldmColorGradeGreenInMax
Maximum Green input color value
Public fieldmColorGradeGreenInMin
Minimum Green input color value
Public fieldmColorGradeGreenOutMax
Maximum Green output color value
Public fieldmColorGradeGreenOutMin
Minimum Green output color value
Public fieldmColorGradeRedInMax
Maximum red input color value
Public fieldmColorGradeRedInMin
Minimum red input color value
Public fieldmColorGradeRedOutMax
Maximum red output color value
Public fieldmColorGradeRedOutMin
Minimum red output color value
Public fieldmColorGradeSaturation
Saturation (valid 0.0 - 1.0)
Public fieldmColorGradeValid
Are the color grade options valid?
Public fieldmColorIntensity
Color intensity (0-20). Lower values are lighter, higher values are darker.
Public fieldmContrastMode
Contrast adjustment mode
Public fieldmContrastNumStdDev
Number of standard deviations from mean to stretch for contrast adjustment (if 0 is used the default of 2 will be used)
Public fieldmContrastShared
Is the contrast adjustment shared with other loaded layers?
Public fieldmGreenAdjustPercent
Percentage to adjust red color channel by (-100 to 100)
Public fieldmRedAdjustPercent
Percentage to adjust red color channel by (-100 to 100)
Public fieldmSamplingMethod
Specify how resampling should be done for this layer for display and export
Public fieldmSize
Size of structure
Public fieldmTextureMap
Texture map this raster layer over any underlying elevation layers.
Public fieldmTranslucency
Translucency level of layer (0 - completely see-through, 512 - completely opaque)
Public fieldmTransparent
Is layer transparent?
Public fieldmTransparentColor
Color to make transparent
Public fieldmTransparentColorDist
Fuzzy transparency support. Distance from transparent color to treat nearby colors transparent.
Public fieldmTransparentColorList
List of colors to make transparent.
Top
See Also