Click or drag to resize

GM_DensityGridParams_t Structure

Structure to define options for calculating a density grid

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_DensityGridParams_t

The GM_DensityGridParams_t type exposes the following members.

Properties
  NameDescription
Public propertymBoundingBox
Bounding box in layer units. Provide empty box to use default of entire layer.
Top
Fields
  NameDescription
Public fieldmAreaUnits
Units of area measure
Public fieldmCellsPerRadius
How many cells in each direction to have per radius (use 0 to use default of 3 cells in each direction per radius)
Public fieldmField
Name of attribute field to compute on. Set to NULL/empty string to just count points
Public fieldmFlags
Flags for density grid generation
Public fieldmKernelType
The Kernel Type
Public fieldmLayerDesc
Description to use for new layer, or NULL/empty for default
Public fieldmRadiusMeters
Radius in meters for kernel (use 0 for a default)
Top
See Also