Uses of Class
com.luciad.model.transformation.clustering.TLcdClusteringTransformer.Builder.ClassificationSpecificBuilder
Package
Description
This package provides the facility to cluster data on your map, on a model level, so not the
visualization aspect.
-
Uses of TLcdClusteringTransformer.Builder.ClassificationSpecificBuilder in com.luciad.model.transformation.clustering
Modifier and TypeMethodDescriptionTLcdClusteringTransformer.Builder.ClassificationSpecificBuilder.clusterSize
(double aClusterSize) Sets the approximate cluster size in pixels.TLcdClusteringTransformer.Builder.defaultParameters()
Returns aClassificationSpecificBuilder
instance on which the settings for all classes can be altered.TLcdClusteringTransformer.Builder.forClass
(ILcdFilter<String> aClassification) Returns aClassificationSpecificBuilder
instance on which the settings for the specified class(es) can be altered.Returns aClassificationSpecificBuilder
instance on which the settings for the specified class can be altered.TLcdClusteringTransformer.Builder.ClassificationSpecificBuilder.minimumPoints
(int aMinimumPoints) Sets the minimum number of points required to form a cluster.TLcdClusteringTransformer.Builder.ClassificationSpecificBuilder.noClustering()
Indicates that no clustering should happen.TLcdClusteringTransformer.Builder.ClassificationSpecificBuilder.shapeProvider
(ILcdClusterShapeProvider aProvider) Sets anILcdClusterShapeProvider
which determines the shape of the cluster based on its contained elements