DK for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationFactory.CreateClassifier | Methods
Creates an object that inherits from TGIS_ClassificationAbstract class based on the layer's type.
// C# public ITGIS_ClassificationAbstract CreateClassifier( ITGIS_Layer _layer );
' VisualBasic Public Function CreateClassifier( ByVal _layer As ITGIS_Layer ) As ITGIS_ClassificationAbstract
// Oxygene public function CreateClassifier( _layer : ITGIS_Layer ) : ITGIS_ClassificationAbstract;
Name | Type | Description |
---|---|---|
_layer | ITGIS_Layer | layer to be assigned to classifier |
Type | Description |
---|---|
ITGIS_ClassificationAbstract | new instance of class that inherits from TGIS_ClassificationAbstract class or nil |