DK11 for Delphi | GisLayerVector.TGIS_DynamicAggregatorFactory | Classes | Methods | Properties
Factory to manage registration and initialization of aggregators.
// Delphi type TGIS_DynamicAggregatorFactory = class end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_DynamicAggregatorFactory
Name | Visibility | Description | |
---|---|---|---|
CreateInstance | public | Create an instance of aggregator. | |
Register | public | Register aggregator class | |
Name | Visibility | Description | |
---|---|---|---|
Names | public | List off all names of registered aggregators. | |
Delphi and C++ developers wanting to use dynamic aggregation functionality, e.g.: registering the aggregator's implementation classes, and deactivating aggregation directly in Layer Properties Control, saving the aggregator settings in projects, must add to the project one of the following units: GisAggregator, GisAllLayers, or GisAllBasicLayers.