Property FeatureReduction
FeatureReduction
Gets or sets the properties for dynamically aggregating and summarizing groups of graphics as the map scale and visible extent change.
Declaration
public FeatureReduction FeatureReduction { get; set; }
Property Value
Type | Description |
---|---|
FeatureReduction | Defines properties for dynamically aggregating and summarizing groups of graphics as the map scale and visible extent change. |
Remarks
FeatureReduction is only supported for point graphics in dynamic rendering mode (Dynamic) in 2D. FeatureReduction is ignored and will result in the original point graphics being rendered for a GraphicsOverlay that:
- Uses static rendering mode.
- Is added to a SceneView.
- Uses an unsupported renderer for the Renderer. See Renderer for more info.
If this property is explicitly set to null
, FeatureReduction is removed from the GraphicsOverlay.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.5 |
.NET | 200.4 - 200.5 |
.NET Windows | 200.4 - 200.5 |
.NET Android | 200.4 - 200.5 |
.NET iOS | 200.4 - 200.5 |
.NET Framework | 200.4 - 200.5 |
UWP | 200.4 - 200.5 |