User Tools

Site Tools


api:dk11:python:tatukgis_pdk.tgis_classificationabstract.classify_tgis_paramslist

TGIS_ClassificationAbstract.Classify(TGIS_ParamsList) method

Performs the classification and applies to defined ParamsList.

Syntax

# Python
def Classify(
  self,
  _params: TGIS_ParamsList
) -> bool: 

Parameters

Name Type Description
_params TGIS_ParamsList ParamsList to apply a classification style

Result

Type Description
bool True if classification is successful, False otherwise (e.g. if layer's statistics are not calculated or are out-of-date).

Remarks

For unassigned _params, a layer's ParamsList will be used.

References

2026/07/03 01:03

Page Tools