DK11 for Delphi | GisInterpolation.TGIS_GaussianHeatmap.EstimateRadius | Constructors | Methods | Properties
Calculates a "good choice" of the 3-sigma ("radius") of the Gaussian distribution. Overwrites the Radius property value.
// Delphi public procedure EstimateRadius( const _src : TGIS_LayerVector; const _srcext : TGIS_Extent; const _dst : TGIS_LayerPixel );
// C++ Builder public: void EstimateRadius( TGIS_LayerVector* const _src, TGIS_Extent* const _srcext, TGIS_LayerPixel* const _dst );
Name | Type | Description |
---|---|---|
_src | TGIS_LayerVector | source layer which contains the sample points |
_srcext | TGIS_Extent | extent of interest on the source layer |
_dst | TGIS_LayerPixel | destination grid layer |