ScaleDisplayFilterDefinition QML Type

  • Esri.ArcGISRuntime
  • ScaleDisplayFilterDefinition
  • Filter features from the display based on the current map scale. More...

    Import Statement: import Esri.ArcGISRuntime
    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

    [read-only] filters : ScaleRangeDisplayFilterListModel

    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.


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