| GM_GridGenSetup_t Class |
This type represents the input needed for gridding a set of vector data
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public
class
GM_GridGenSetup_t
The GM_GridGenSetup_t type exposes the following members.
| Name | Description | |
|---|---|---|
| GM_GridGenSetup_t |
Default Constructor
| |
| GM_GridGenSetup_t(String, GM_GridGenFlags_t32, Double, Double, UNIT, GM_Rectangle_t, Double) |
Constructor
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object .) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
| |
| GetHashCode | Serves as a hash function for a particular type.
(Inherited from
Object
.)
| |
| GetType | Gets the type of the current instance.
(Inherited from
Object
.)
| |
| MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
| |
| ToString | Returns a string that represents the current object.
(Inherited from
Object
.)
|
| Name | Description | |
|---|---|---|
| mBounds | Bounding box to grid to in current proj units. Pass NULL to use the combined bounds of all input layers (the default). | |
| mDesc | Grid description | |
| mElevUnits | Units to generate grid at (elevation values in other units will be converted as needed) | |
| mFlags | Flags for grid generation | |
| mTightnessMult | Grid tightness multiplier (multiplies resolution) for discarding values far from a sample. Default of zero discards nothing. | |
| mXRes | X resolution (in current proj units) to generate grid at (use 0.0 for auto-spacing determination) | |
| mYRes | Y resolution (in current proj units) to generate grid at (use 0.0 for auto-spacing determination) |