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)

Syntax
C#
                                    public
                                    struct
                                    GM_DensityGridParams_t
                                

The GM_DensityGridParams_t type exposes the following members.

Methods
NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
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
Properties
NameDescription
Public propertymBoundingBox
Bounding box in layer units. Provide empty box to use default of entire layer.
Top
See Also