DK11 for Python | tatukgis.pdk.TGIS_ClassificationPixel | Classes | Constructors | Methods | Properties
Class that enables performing advanced pixel data classification in the process of creating choropleth (thematic) maps.
# Python class TGIS_ClassificationPixel( tatukgis.pdk.TGIS_ClassificationAbstract ):
→ Object → TGIS_ClassificationAbstract
Name | Visibility | Description | |
---|---|---|---|
__init__ | public | Creates an object. | |
Name | Visibility | Description | |
---|---|---|---|
AddClassBreak | public | Adds a new class break. (Inherited from TGIS_ClassificationAbstract) |
|
Classify | public | Performs the classification. (Inherited from TGIS_ClassificationAbstract) |
|
Classify(tatukgis.pdk.TGIS_ParamsList) | public | Performs the classification and applies to defined ParamsList. (Inherited from TGIS_ClassificationAbstract) |
|
EstimateNumClasses | public | Performs the pre-classification and sets NumClasses property. (Inherited from TGIS_ClassificationAbstract) |
|
MustCalculateStatistics | public | If True, statistics from layer assigned to classification need to be calculated. (Inherited from TGIS_ClassificationAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Band | public | Band from which values are used in classification. | |
ClassBreaks | public | Computed class breaks. (Inherited from TGIS_ClassificationAbstract) |
|
ColorRamp | public | The color ramp used to generate colors for class breaks. (Inherited from TGIS_ClassificationAbstract) |
|
EndColor | public | Ending color used to generate ramp for class breaks. (Inherited from TGIS_ClassificationAbstract) |
|
Interval | public | Class interval size; default is 1. (Inherited from TGIS_ClassificationAbstract) |
|
Layer | public | Layer assigned to object. (Inherited from TGIS_ClassificationAbstract) |
|
Method | public | Classification method; NaturalBreaks by default. (Inherited from TGIS_ClassificationAbstract) |
|
NumClasses | public | Number of classes; default is 5, max is 30. (Inherited from TGIS_ClassificationAbstract) |
|
ShowLegend | public | If True, features will be shown in legend panel. (Inherited from TGIS_ClassificationAbstract) |
|
StartColor | public | Starting color used to generate ramp for class breaks. (Inherited from TGIS_ClassificationAbstract) |
|
Target | public | Indicates the data to be used for classification. (Inherited from TGIS_ClassificationAbstract) |
|