| GM_DensityGridParams_t Structure |
Structure to define options for calculating a density grid
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public
struct
GM_DensityGridParams_t
The GM_DensityGridParams_t type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal.
(Inherited from
ValueType
.)
| |
| GetHashCode | Returns the hash code for this instance.
(Inherited from
ValueType
.)
| |
| GetType | Gets the type of the current instance.
(Inherited from
Object
.)
| |
| ToString | Returns the fully qualified type name of this instance.
(Inherited from
ValueType
.)
|
| Name | Description | |
|---|---|---|
| mAreaUnits | Units of area measure | |
| mCellsPerRadius | How many cells in each direction to have per radius (use 0 to use default of 3 cells in each direction per radius) | |
| mField | Name of attribute field to compute on. Set to NULL/empty string to just count points | |
| mFlags | Flags for density grid generation | |
| mKernelType | The Kernel Type | |
| mLayerDesc | Description to use for new layer, or NULL/empty for default | |
| mRadiusMeters | Radius in meters for kernel (use 0 for a default) |
| Name | Description | |
|---|---|---|
| mBoundingBox | Bounding box in layer units. Provide empty box to use default of entire layer. |