DK for ActiveX | TatukGIS_XDK11.ITGIS_DynamicAggregatorAbstract.Radius | Methods | Properties
Aggregation radius used to group nearby shapes into a single aggregated result.
// 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;
| Type |
|---|
| int Integer |
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.