DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ClassificationFactory | Interfaces | Methods
Class for creating classification objects depending on the layer's type.
// C# public interface ITGIS_ClassificationFactory: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ClassificationFactory Implements ITBaseObject End Class
// Oxygene type ITGIS_ClassificationFactory = public interface( ITBaseObject ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
CreateClassifier | public | Creates an object that inherits from TGIS_ClassificationAbstract class based on the layer's type. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|