Module @luciad/ria/view/feature/transformation/ClusteringTransformer

Create a ClusteringTransformer with default settings

[[include:view/feature/transformation/ClusteringTransformerSnippets.ts_CREATE_DEFAULT]]

Create a ClusteringTransformer with non-default settings

[[include:view/feature/transformation/ClusteringTransformerSnippets.ts_CREATE_NON_DEFAULT]]

Create a transformer with specific parameters for a particular classification and defaults for all other classifications

[[include:view/feature/transformation/ClusteringTransformerSnippets.ts_CREATE_SPECIFIC_WITH_DEFAULT]]

Create a transformer with specific parameters for a particular classification and other specific parameters for all other classifications

[[include:view/feature/transformation/ClusteringTransformerSnippets.ts_CREATE_SPECIFIC_WITH_DEFAULT2]]

Create a transformer with specific configurations for different scale levels, reusing the unitsClassifier defined above.

[[include:view/feature/transformation/ClusteringTransformerSnippets.ts_CREATE_SPECIFIC_FOR_SCALES]]

Using the ClusteringTransformer in combination with a FeatureLayer

[[include:view/feature/transformation/ClusteringTransformerSnippets.ts_USE_WITH_FEATURE_LAYER]]

Index

Interfaces

Functions