DK11 for Delphi | GisClassification.TGIS_ClassificationFactory.CreateClassifier | Methods
Creates an object that inherits from TGIS_ClassificationAbstract class based on the layer's type.
// Delphi public class function CreateClassifier( const _layer : TGIS_Layer ) : TGIS_ClassificationAbstract; static;
// C++ Builder public: static TGIS_ClassificationAbstract* CreateClassifier( TGIS_Layer* const _layer );
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 |