Available also on: Delphi | .NET | Java | ActiveX.
General class that enables performing advanced data classification in the process of creating choropleth (thematic) maps. Must be derived.
# Python class TGIS_ClassificationAbstract( Object ):
→ Object
| Name | Visibility | Description | |
|---|---|---|---|
| AddClassBreak | public | Adds a new class break. | |
| Classify | public | Performs the classification. | |
| Classify(TGIS_ParamsList) | public | Performs the classification and applies to defined ParamsList. | |
| EstimateNumClasses | public | (Deprecated) Performs the pre-classification and sets NumClasses property. | |
| MustCalculateStatistics | public | If True, statistics from layer assigned to classification need to be calculated. | |
| Name | Visibility | Description | |
|---|---|---|---|
| ClassBreaks | public | Computed class breaks. | |
| ColorRamp | public | The color ramp that is used to assign colors for class breaks; not assigned by default. | |
| ColorRampName | public | The name of the built-in color ramp that is used to assign colors for class breaks; directly related with ColorRamp. | |
| EndColor | public | Ending color used to generate ramp for class breaks; Black by default. | |
| ForceStatisticsCalculation | public | Forces the calculation of layer statistics; True by default. | |
| Interval | public | Class interval size; default value is 1. | |
| Layer | public | Layer assigned to object. | |
| Method | public | Classification method; NaturalBreaks by default. | |
| NumClasses | public | Number of classes; default is 5, max is 30. | |
| ShowLegend | public | If True, features will be shown in legend panel; True by default. | |
| StartColor | public | Starting color used to generate ramp for class breaks; White by default. | |
| Target | public | Indicates the data to be used for classification; empty by default. | |