ScaleDisplayFilterDefinition QML Type

Filter features from the display based on the current map scale. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.13
Inherits:

DisplayFilterDefinition

Properties

  • filters : ScaleRangeDisplayFilterListModel

Detailed Description

This is useful when there is high feature density at small scales making the display difficult to interpret or slow to draw.

See also ManualDisplayFilterDefinition.

Property Documentation

The collection of scale range display filters.

To enable display filter on a layer, every ScaleRangeDisplayFilter in this collection must provide a ScaleRangeDisplayFilter::minScale or ScaleRangeDisplayFilter::maxScale within the map's current scale.

If more than one ScaleRangeDisplayFilter is applicable at a given scale, the first ScaleRangeDisplayFilter within the current map scale is applied.

If the features displayed are not expected, check the layer's LayerViewState for a Enums.LayerViewStatusWarning with a LayerViewState::error indicating there is a scale overlap between multiple ScaleRangeDisplayFilter objects.

See also ScaleRangeDisplayFilter.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.