QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Attributes | List of all members
QgsKernelDensityEstimation::Parameters Struct Reference

KDE parameters. More...

#include <qgskde.h>

Public Attributes

double decayRatio
 Decay ratio (Triangular kernels only) More...
 
QgsKernelDensityEstimation::OutputValues outputValues
 Type of output value. More...
 
double pixelSize
 Size of pixel in output file. More...
 
double radius
 Fixed radius, in map units. More...
 
QString radiusField
 Field for radius, or empty if using a fixed radius. More...
 
QgsKernelDensityEstimation::KernelShape shape
 Kernel shape. More...
 
QgsFeatureSourcesource = nullptr
 Point feature source. More...
 
QString weightField
 Field name for weighting field, or empty if not using weights. More...
 

Detailed Description

KDE parameters.

Definition at line 70 of file qgskde.h.

Member Data Documentation

◆ decayRatio

double QgsKernelDensityEstimation::Parameters::decayRatio

Decay ratio (Triangular kernels only)

Definition at line 91 of file qgskde.h.

◆ outputValues

QgsKernelDensityEstimation::OutputValues QgsKernelDensityEstimation::Parameters::outputValues

Type of output value.

Definition at line 94 of file qgskde.h.

◆ pixelSize

double QgsKernelDensityEstimation::Parameters::pixelSize

Size of pixel in output file.

Definition at line 85 of file qgskde.h.

◆ radius

double QgsKernelDensityEstimation::Parameters::radius

Fixed radius, in map units.

Definition at line 76 of file qgskde.h.

◆ radiusField

QString QgsKernelDensityEstimation::Parameters::radiusField

Field for radius, or empty if using a fixed radius.

Definition at line 79 of file qgskde.h.

◆ shape

QgsKernelDensityEstimation::KernelShape QgsKernelDensityEstimation::Parameters::shape

Kernel shape.

Definition at line 88 of file qgskde.h.

◆ source

QgsFeatureSource* QgsKernelDensityEstimation::Parameters::source = nullptr

Point feature source.

Definition at line 73 of file qgskde.h.

◆ weightField

QString QgsKernelDensityEstimation::Parameters::weightField

Field name for weighting field, or empty if not using weights.

Definition at line 82 of file qgskde.h.


The documentation for this struct was generated from the following file: