Click or drag to resize

GM_WindsimArtifactSetup_t Fields

The GM_WindsimArtifactSetup_t type exposes the following members.

Fields
  NameDescription
Public fieldmContourIntervalM
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.
Public fieldmElevDataSetName
IN: 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 fieldmLandCoverDataSetName
IN: Name of online land cover data name or file path if is offline. Roughness will be generated from this.
Public fieldmMaxNumberOfNodesX
IN: 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 fieldmOutputGwsFileName
IN: File path of the result .gws file (empty if no export wanted)
Public fieldmOutputImageFileName
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)
Public fieldmOutputMapFileName
IN: File path of the result Wasp .map file (empty if no export wanted)
Public fieldmRoughnessTableName
IN: Name of roughness table to use when calculating roughness from land cover layer
Top
See Also