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, dymaptic.GeoBlazor.Core.Interfaces.IFeatureReduction, dymaptic.GeoBlazor.Core.Interfaces.IMapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FeatureReduction
Derived
↳ FeatureReductionBinning
↳ FeatureReductionCluster
↳ FeatureReductionSelection
Implements IFeatureReduction, IMapComponent
Properties
FeatureReduction.Type Property
The type of Feature Reduction
public abstract string Type { get; }