Click or drag to resize

GM_ElevationOverrides_t Structure

This type represents any adjustments to apply to elevation values within a gridded elevation layer.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_ElevationOverrides_t

The GM_ElevationOverrides_t type exposes the following members.

Properties
  NameDescription
Public propertymClampVals
Clamp out of range values to specified min/max
Public propertymMaxValid
Is the new maximum elevation valid
Public propertymMinValid
Is the new minimum elevation valid
Public propertymVoidValid
Is the void elevation value valid?
Top
Fields
  NameDescription
Public fieldmElevUnits
Native elevation units for file.
Public fieldmLayerShader
Name of elevation shader to use for layer (NULL for default shared shader)
Public fieldmMaxElev
Maximum valid elevation (meters)
Public fieldmMinElev
Minimum valid elevation (meters)
Public fieldmOffset
Offset to apply to elevations in meters
Public fieldmScale
Scale factor to apply
Public fieldmVoidElev
Elevation to use for void values
Top
See Also