DK for Python | tatukgis_pdk.TGIS_ClassificationFactory.CreateClassifier | Methods
Creates an object that inherits from TGIS_ClassificationAbstract class based on the layer's type.
# Python @classmethod def CreateClassifier( cls, _layer: TGIS_Layer ) -> TGIS_ClassificationAbstract:
| Name | Type | Description |
|---|---|---|
| _layer | TGIS_Layer | layer to be assigned to classifier |
| Type | Description |
|---|---|
| TGIS_ClassificationAbstract | new instance of class that inherits from TGIS_ClassificationAbstract class or nil |