DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Create_ | Methods | Properties
Create a dynamic aggregator bound to a vector layer.
// C# public void Create_( ITGIS_LayerVector _layer );
' VisualBasic Public Sub Create_( ByVal _layer As ITGIS_LayerVector )
// Oxygene public procedure Create_( _layer : ITGIS_LayerVector );
| Name | Type | Description |
|---|---|---|
| _layer | ITGIS_LayerVector | Vector layer whose shapes will be aggregated during drawing. |
PURPOSE: Initialize an aggregator instance for a specific vector layer.
BEHAVIOR: Stores the layer reference and initializes common aggregation state used by descendants.
USAGE: Create an aggregator and assign it to a layer.
aggregator = TGIS_MyAggregator(layer) layer.DynamicAggregator = aggregator
CONSTRAINTS: Descendants overriding this constructor should call the inherited implementation.