DK for Java | tatukgis.jdk.TGIS_ClassificationFactory.CreateClassifier | Methods
Creates an object that inherits from TGIS_ClassificationAbstract class based on the layer's type.
// Java public static TGIS_ClassificationAbstract CreateClassifier( TGIS_Layer _layer );
// Oxygene public class function CreateClassifier( _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 |