Click or drag to resize

GM_RoughnessGridParams_t Structure

Structure defining setup for a roughness operation

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

The GM_RoughnessGridParams_t type exposes the following members.

Properties
  NameDescription
Public propertymBounds
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 propertymCreateAreas
Create roughness areas.
Top
Fields
  NameDescription
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