GeoBlazor Pro


layout: pro title: FeatureReductionSelection parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components.Layers

FeatureReductionSelection Class

Declutters points in the SceneView by thinning overlapping features so no features intersect on screen. Labeling also respects this option and hides labels that would otherwise overlap with the features of this layer.
ArcGIS Maps SDK for JavaScript

public class FeatureReductionSelection : dymaptic.GeoBlazor.Pro.Components.Layers.FeatureReduction

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 FeatureReduction 🡒 FeatureReductionSelection

Remarks

Known limitations:
- Currently only supported in 3D SceneViews
- Applies only to point features with non-draped Icons or Text symbol layers.

Properties

FeatureReductionSelection.Type Property

The type of Feature Reduction

public override string Type { get; }

Property Value

System.String