DK for .NET | TatukGIS.NDK.TGIS_ClassificationFactory.CreateClassifier | Methods
Creates an object that inherits from TGIS_ClassificationAbstract class based on the layer's type.
// C# public static static TGIS_ClassificationAbstract CreateClassifier( TGIS_Layer _layer );
' VisualBasic Public Static Shared Function CreateClassifier( ByVal _layer As TGIS_Layer ) As TGIS_ClassificationAbstract
// 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 |