Documentation | Samples | DynamicAggregation
How to perform dynamic clustering and binning.
This sample illustrates use of:
Name | Description |
---|---|
TGIS_LayerVector.DynamicAggregator | Aggregation processor is executed upon the drawing process. |
TGIS_DynamicAggregatorFactory | Factory to manage registration and initialization of aggregators. |
TGIS_AggregatorBinningHexagonFlat | This class implements the binning method using a flat-topped hexagonal grid. |
TGIS_AggregatorBinningHexagonPointy | This class implements the binning method using a pointy-topped hexagonal grid. |
TGIS_AggregatorBinningSquare | This class implements the binning method using a square grid. |
TGIS_AggregatorClusteringHexagonalGridFlat | This class implements the clustering method using a flat-topped hexagonal grid. |
TGIS_AggregatorClusteringHexagonalGridPointy | This class implements the clustering method using a pointy-topped hexagonal grid. |
TGIS_AggregatorClusteringMovingAverage | This class implements the clustering method using a moving average technique. |
TGIS_AggregatorClusteringSquareGrid | This class implements the clustering method using a square grid. |
TGIS_AggregatorShapeReduction | This class implements the aggregation method based on shape reduction. |
This sample is available on following platforms (click to see source code):