Global Mapper SDK
| 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)
C#
public struct GM_AreaElevStats_tThe GM_WindsimArtifactSetup_t type exposes the following members.
| Name | Description | |
|---|---|---|
| mContourIntervalM | IN: 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 | |
| mElevDataSetName | IN: Name of online elevation data name or file path if is offline | |
| mImageDataSetName | IN: Name of online imagery source name or file path if is offline. An image export will be generated from this to mOutputImageFileName | |
| mLandCoverDataSetName | IN: Name of online land cover data name or file path if is offline. Roughness will be generated from this | |
| mMaxNumberOfNodesX | IN: Max number of cells in X. Use 0 to always go up to full resolution size | |
| mMaxNumberOfNodesY | IN: Max number of cells in Y. Use 0 to always go up to full resolution size | |
| mOutputGwsFileName | IN: File path of the result .gws file (empty if no export wanted) | |
| mOutputImageFileName | IN: File path of result image file (empty if no export wanted). The file extension determines what format is used (i.e. .bmp, .png, .jpg) | |
| mOutputMapFileName | IN: File path of the result Wasp .map file (empty if no export wanted) | |
| mRoughnessTableName | IN: Name of roughness table to use when calculating roughness from land cover layer |