DK for Python | tatukgis_pdk.TGIS_ClassificationAbstract.Classify | Overloads | Methods | Properties
Performs the classification and applies to defined ParamsList.
# Python def Classify( self, _params: TGIS_ParamsList ) -> bool:
| Name | Type | Description |
|---|---|---|
| _params | TGIS_ParamsList | ParamsList to apply a classification style |
| Type | Description |
|---|---|
| bool | True if classification is successful, False otherwise (e.g. if layer's statistics are not calculated or are out-of-date). |