GM_EqualValueAreaSetup_t Class

This type is used to provide the parameters for performing Generate Areas from Equal Values process

Inheritance Hierarchy
System Object
GlobalMapper.Types GM_EqualValueAreaSetup_t

Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax

C#
Copy
public class GM_EqualValueAreaSetup_t

The GM_EqualValueAreaSetup_t type exposes the following members.

Constructors
Name Description
Public method GM_EqualValueAreaSetup_t
Initializes a new instance of the GM_EqualValueAreaSetup_t class
Top
Fields
Name Description
Public field mAreaType Area type to assign to area features
Public field mBounds Bounds to create in (empty means all)
Public field mColorDist Allowed fudge factor for colors
Public field mColorList List of colors to consider (NULL for all)
Public field mColorListSize Number of colors in the list of colors to consider
Public field mElevDist Allowed difference for elevations
Public field mElevRangeHigh (meters) highest elevation to consider if GM_EqualValueArea_UseElevRange is in mFlags
Public field mElevRangeLow (meters) lowest elevation to consider if GM_EqualValueArea_UseElevRange is in mFlags
Public field mFlags Flags controlling the operation
Public field mLayerDesc Name of the resulting layer
Public field mMinAreaSizeSqM minimum size of area feature to keep. Any area featurs smaller than this will be marked as deleted
Public field mMinHoleSizeSqM (square meters) minimum size of island/hole area to keep. Any islands smaller than this will be marked as deleted
Public field mSimplifyMult simplification threshold multiplier for simplifying results. The simplification threshold will be the 'pixel_spacing * mSimplifyMult'. Use 0.0 to just remove vertices along straight edges
Public field mSlopeDist Allowed difference for slopes
Public field mSmoothCount how many times to smooth resulting features. Use 0 to disable smoothing passes
Public field mValAttrFormat Formatting string to use for value attribute (NULL is default, can be C-style format string like "RGB( %d, %d, %d )" or "#%02X%02X%02X"). Must have 3 values for color, 1 for slope or elevation
Public field mValAttrName Name of attribute to save value (color/elev/slope) in
Top
See Also