Uses of Class
com.luciad.model.transformation.clustering.TLcdClusteringTransformer.Builder.ClassificationSpecificBuilder
Packages that use 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
Methods in com.luciad.model.transformation.clustering that return TLcdClusteringTransformer.Builder.ClassificationSpecificBuilderModifier and TypeMethodDescriptionTLcdClusteringTransformer.Builder.ClassificationSpecificBuilder.clusterSize(double aClusterSize) Sets the approximate cluster size in pixels.TLcdClusteringTransformer.Builder.defaultParameters()Returns aClassificationSpecificBuilderinstance on which the settings for all classes can be altered.TLcdClusteringTransformer.Builder.forClass(ILcdFilter<String> aClassification) Returns aClassificationSpecificBuilderinstance on which the settings for the specified class(es) can be altered.Returns aClassificationSpecificBuilderinstance 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 anILcdClusterShapeProviderwhich determines the shape of the cluster based on its contained elements