User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_dynamicaggregatorabstract.radius

Table of Contents

ITGIS_DynamicAggregatorAbstract.Radius property

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

Aggregation radius used to group nearby shapes into a single aggregated result.

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

Syntax

// C#
public Integer Radius
{
  get {}
  set {}
}
' VisualBasic
Public Property Radius As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property Radius : Integer read read;

Value

Type
int
Integer

Remarks

PURPOSE: Define the spatial distance used by the aggregation algorithm to cluster or group nearby vector shapes.

BEHAVIOR: Read/write integer property interpreted by the descendant aggregator. The unit can depend on the implementation, such as screen pixels or map units.

CONSTRAINTS: Unit semantics are implementation-specific and should be interpreted together with RadiusAsText when available.

2026/07/11 00:10

Page Tools