ScaleRangeDisplayFilter QML Type

DisplayFilter that is applied on the layer based on the provided scale range."> ScaleRangeDisplayFilter QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • ScaleRangeDisplayFilter
  • A DisplayFilter that is applied on the layer based on the provided scale range. More...

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

    DisplayFilter

    Properties

    Signals

    Detailed Description

    See also ScaleDisplayFilterDefinition::filters.

    Property Documentation

    maxScale : double

    The maximum scale at which this display filter is applied.

    This display filter is only applied when zoomed further out than the maximum scale. Set this property to allow current scale of the map to determine when this display filter is applied. A value of 0 indicates this display filter is applied without an upper limit. The default value is 0.

    A maxScale greater than the minScale will not create a valid scale display filter.


    minScale : double

    The minimum scale at which this display filter is applied.

    This display filter is only applied when zoomed further in than the minimum scale. Set this property to allow current scale of the map to determine when this display filter is applied. A value of 0 indicates this display filter is applied without a lower limit. The default value is 0.

    A maxScale greater than the minScale will not create a valid scale display filter.


    Signal Documentation

    maxScaleChanged()

    Emitted when the maxScale property changes.

    Note: The corresponding handler is onMaxScaleChanged.


    minScaleChanged()

    Emitted when the minScale property changes.

    Note: The corresponding handler is onMinScaleChanged.


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