Package com.luciad.model.transformation.clustering
package com.luciad.model.transformation.clustering
This package provides the facility to cluster data on your map, on a model level, so not the visualization aspect. When zoomed out, it can automatically group points that are close together in one single point, called a cluster.
The main entry point for this package is TLcdClusteringTransformer.Builder
.
- Since:
- 2016.0
-
ClassDescriptionClassifies objects by assigning every object a String value.Defines the
ILcdShape
which will be used to represent the cluster on the map.TLcdCluster<T>Represents a cluster of objects that are elements from the original model.This class provides access to the data model of a clustering transformed model.Transformer that aims to reduce map clutter caused by showing many icons.Builder forTLcdClusteringTransformer
.Builder to configure parameters for a specific classification.