User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_dynamicaggregatorfactory

TGIS_DynamicAggregatorFactory class

DK11 for Delphi | GisLayerVector.TGIS_DynamicAggregatorFactory | Classes | Methods | Properties

Factory to manage registration and initialization of aggregators.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_DynamicAggregatorFactory = class
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_DynamicAggregatorFactory

Methods

Inherited Overrides Protected
Name Visibility Description
CreateInstance public Create an instance of aggregator.
Register public Register aggregator class

Properties

Inherited Protected
Name Visibility Description
Names public List off all names of registered aggregators.

Remarks

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.

References

2022/11/16 01:22

Page Tools