Click or drag to resize

GM_RoughnessGridParams_t Structure

Structure defining setup for a roughness operation

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public struct GM_RoughnessGridParams_t

The GM_RoughnessGridParams_t type exposes the following members.

Fields
  NameDescription
Public fieldmBounds
Bounding rectangle (in specified projection) for roughness grid (pixel-is-area, i.e. provide coordinates of outer edge of sample not center of pixel)
Public fieldmCreateAreas
Create roughness areas.
Public fieldmDesc
Layer description
Public fieldmFlags
Misc. flags to control operation
Public fieldmTable
Table to use for converting color/land cover type to roughness values
Public fieldmXSpacing
Grid cell spacing in X dimension in specified projection coordinates (use 0.0 for default)
Public fieldmYSpacing
Grid cell spacing in Y dimension in specified projection coordinates (use 0.0 for default)
Top
See Also