User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_aggregatorclusteringabstract

ITGIS_AggregatorClusteringAbstract interface

DK for ActiveX | TatukGIS_XDK11.ITGIS_AggregatorClusteringAbstract | Interfaces | Methods | Properties

Base class for dynamic clustering.

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

Syntax

// C#
public interface ITGIS_AggregatorClusteringAbstract: ITGIS_AggregatorAbstract
{
}
' VisualBasic
Public Interface ITGIS_AggregatorClusteringAbstract
  Implements ITGIS_AggregatorAbstract
End Class
// Oxygene
type
  ITGIS_AggregatorClusteringAbstract = public interface( ITGIS_AggregatorAbstract )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AddShape public Add aggregated shape with optional attribute context.
(Inherited from ITGIS_DynamicAggregatorAbstract)
AddShape_2 public Add aggregated shape with metric value and source UIDs.
(Inherited from ITGIS_DynamicAggregatorAbstract)
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
Copy public Create independent copy of aggregator with optional new layer binding.
(Inherited from ITGIS_DynamicAggregatorAbstract)
Create_ public Initialize aggregator instance for specified layer.
(Inherited from ITGIS_DynamicAggregatorAbstract)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
HideShape public Mark shape as hidden during aggregation cycle.
(Inherited from ITGIS_DynamicAggregatorAbstract)
Prepare public Generate aggregated shapes for visible extent.
(Inherited from ITGIS_DynamicAggregatorAbstract)
SetUp public Initialize aggregator state.
(Inherited from ITGIS_DynamicAggregatorAbstract)

Properties

Inherited Protected
Name Visibility Description
Caption public User-friendly display name for aggregator (translated).
(Inherited from ITGIS_DynamicAggregatorAbstract)
IsPreparing public True if aggregator is currently executing Prepare() method.
(Inherited from ITGIS_DynamicAggregatorAbstract)
Layer public Reference to parent layer hosting aggregator.
(Inherited from ITGIS_DynamicAggregatorAbstract)
Name public Unique internal identifier for aggregator type.
(Inherited from ITGIS_DynamicAggregatorAbstract)
Radius public Spatial radius for aggregation clustering.
(Inherited from ITGIS_DynamicAggregatorAbstract)
RadiusAsText public Human-readable representation of Radius property with units.
(Inherited from ITGIS_DynamicAggregatorAbstract)
Threshold public Minimum number of shapes required to form a single aggregated result.
(Inherited from ITGIS_DynamicAggregatorAbstract)

Remarks

Aggregation is available through the Layer Properties Control and is stored to the project file.

2026/06/12 22:14

Page Tools