User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.create__itgis_layervector

Table of Contents

ITGIS_DynamicAggregatorAbstract.Create_ method

DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Create_ | Methods | Properties

Create a dynamic aggregator bound to a vector layer.

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

Syntax

// C#
public void Create_(
  ITGIS_LayerVector _layer
);
' VisualBasic
Public Sub Create_(
  ByVal _layer As ITGIS_LayerVector
)
// Oxygene
public
  procedure Create_(
    _layer : ITGIS_LayerVector
  );

Parameters

Name Type Description
_layer ITGIS_LayerVector Vector layer whose shapes will be aggregated during drawing.

Remarks

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.

2026/07/11 00:10

Page Tools