DK for Python | tatukgis_pdk.TGIS_AggregatorClusteringHexagonalGridAbstract | Classes | Constructors | Methods | Properties
Base class for dynamic clustering using hexagonal grid.
# Python class TGIS_AggregatorClusteringHexagonalGridAbstract( TGIS_AggregatorClusteringAbstract ):
→ Object → TGIS_DynamicAggregatorAbstract → TGIS_AggregatorAbstract → TGIS_AggregatorClusteringAbstract
Name | Visibility | Description | |
---|---|---|---|
__init__ | public | Create a processor instance. (Overrides TGIS_AggregatorClusteringAbstract.__init__) |
|
Name | Visibility | Description | |
---|---|---|---|
AddShape(TGIS_Shape, TObject) | public | Adds a new shape to be drawn (Inherited from TGIS_DynamicAggregatorAbstract) |
|
AddShape(TGIS_Shape, Variant, TGIS_UidArray) | public | Adds a new shape to be drawn (Inherited from TGIS_DynamicAggregatorAbstract) |
|
Copy | public | Creates a copy of the dynamic aggregator. (Inherited from TGIS_DynamicAggregatorAbstract) |
|
HideShape | public | Hide a shape against being drawn. (Inherited from TGIS_DynamicAggregatorAbstract) |
|
Prepare | public | Prepares dynamic shapes. (Inherited from TGIS_DynamicAggregatorAbstract) |
|
SetUp | public | Perform internal aggregator setup. (Inherited from TGIS_DynamicAggregatorAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Caption | public | User friendly name (translated). (Inherited from TGIS_DynamicAggregatorAbstract) |
|
IsPreparing | public | True if aggregator is executing Prepare(). (Inherited from TGIS_DynamicAggregatorAbstract) |
|
Layer | public | Layer on which the processor is constructed. (Inherited from TGIS_DynamicAggregatorAbstract) |
|
Name | public | Unique aggregator name. (Inherited from TGIS_DynamicAggregatorAbstract) |
|
Radius | public | A radius within which shapes will be aggregated. (Inherited from TGIS_DynamicAggregatorAbstract) |
|
RadiusAsText | public | A radius within which shapes will be aggregated expressed in human readable form, like '10pt', '3in'.Uses AsText parameter syntax. (Inherited from TGIS_DynamicAggregatorAbstract) |
|
Threshold | public | Minimum number of shapes to form an aggregator. (Inherited from TGIS_DynamicAggregatorAbstract) |
|