GM_WindsimArtifactSetup_t Structure

Structure definition for custom Windsim project

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

Copy

public struct GM_AreaElevStats_t

The GM_WindsimArtifactSetup_t type exposes the following members.

Fields
NameDescription
Public fieldmContourIntervalMIN: Contour interval in meters if you want to generate contours from elevation and export to Map file. Use value of 0.0 to not generate contours
Public fieldmElevDataSetNameIN: Name of online elevation data name or file path if is offline
Public fieldmImageDataSetName IN: Name of online imagery source name or file path if is offline. An image export will be generated from this to mOutputImageFileName
Public fieldmLandCoverDataSetNameIN: Name of online land cover data name or file path if is offline. Roughness will be generated from this
Public fieldmMaxNumberOfNodesXIN: Max number of cells in X. Use 0 to always go up to full resolution size
Public fieldmMaxNumberOfNodesY IN: Max number of cells in Y. Use 0 to always go up to full resolution size
Public fieldmOutputGwsFileNameIN: File path of the result .gws file (empty if no export wanted)
Public fieldmOutputImageFileNameIN: File path of result image file (empty if no export wanted). The file extension determines what format is used (i.e. .bmp, .png, .jpg)
Public fieldmOutputMapFileNameIN: File path of the result Wasp .map file (empty if no export wanted)
Public fieldmRoughnessTableNameIN: Name of roughness table to use when calculating roughness from land cover layer
Top
See Also