GeoBlazor Pro
layout: pro title: FeatureReduction parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Layers
FeatureReduction Class
Feature reduction is a technique to reduce the number of features that are rendered on the map.
ArcGIS
Maps SDK for JavaScript
public abstract class FeatureReduction : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 FeatureReduction
Derived
↳ FeatureReductionBinning
↳ FeatureReductionCluster
↳ FeatureReductionSelection
Properties
FeatureReduction.Type Property
The type of Feature Reduction
public abstract string Type { get; }