GM_RoughnessGridParams_t Structure
Structure defining setup for a roughness operation

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

Syntax
C#
                                    public
                                    struct
                                    GM_RoughnessGridParams_t
                                

The GM_RoughnessGridParams_t type exposes the following members.

Methods
NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
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
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
See Also