Global Mapper SDK
| GM_GridGenSetup_t Constructor (String, GM_GridGenFlags_t32, Double, Double, UNIT, GM_Rectangle_t, Double) |
Constructor
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public GM_GridGenSetup_t ( string aDesc , GM_GridGenFlags_t32 aFlags , double aXRes , double aYRes , UNIT aElevUnits , GM_Rectangle_t aBounds , double aTightnessMult )
Parameters
- aDesc
-
Type:
System
.
String
Grid description - aFlags
-
Type:
GlobalMapper
.
GM_GridGenFlags_t32
Flags for grid generation - aXRes
-
Type:
System
.
Double
X resolution (in current proj units) to generate grid at (use 0.0 for auto-spacing determination) - aYRes
-
Type:
System
.
Double
Y resolution (in current proj units) to generate grid at (use 0.0 for auto-spacing determination) - aElevUnits
-
Type:
GlobalMapper
.
UNIT
Units to generate grid at (elevation values in other units will be converted as needed) - aBounds
-
Type:
GlobalMapper
.
GM_Rectangle_t
Bounding box to grid to in current proj units. Pass NULL to use the combined bounds of all input layers (the default). - aTightnessMult
-
Type:
System
.
Double
Grid tightness multiplier (multiplies resolution) for discarding values far from a sample. Default of zero discards nothing.
Comments
0 comments
Please sign in to leave a comment.