Documentation | Samples | LayerStatistics
How to produce statistics on layer.
This sample illustrates use of:
Name | Description |
---|---|
TGIS_StatisticalFunctions | Record with all statistical functions. |
TGIS_StatisticsAbstract.Add | Adds statistics result definition. |
TGIS_StatisticsAbstract.Calculate | Calculate requested statistics from the entire layer. |
TGIS_StatisticsAbstract.DefinedResults | List of already defined results names; read-only. |
TGIS_StatisticsAbstract.Get | Get statistics result by name. |
TGIS_StatisticsAbstract.LoadFromFile | Parse statistics file and load all information into parent layer. |
TGIS_StatisticsAbstract.Reset | Resets statistics object to initial state. |
TGIS_StatisticsAbstract.UseBesselCorrection | If True, statistics class will use Bessel's correction. |
TGIS_StatisticsItem.Name | Name of statistical value stored in item. |
TGIS_StatisticsItem.ToString | Prepare string representation of statistical value. |
TGIS_StatisticsResult.AvailableStatistics | List of calculated statistics (only requested). |
This sample is available on following platforms (click to see source code):