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.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close