availableFilters

The collection of display filters that can be applied. To enable display filter on a layer, specify a ManualDisplayFilterDefinition.activeFilter that is part of this collection.

If the specified ManualDisplayFilterDefinition.activeFilter does not appear to be applied, check the layer's com.arcgismaps.mapping.view.LayerViewState for a com.arcgismaps.mapping.view.LayerViewStatus.Warning as there might be a com.arcgismaps.mapping.view.LayerViewState.error describing that display filter's where clause is not valid.

Note that should collection contain a ScaleRangeDisplayFilter, its ScaleRangeDisplayFilter.minScale and ScaleRangeDisplayFilter.maxScale are both ignored.

Since

200.1.0

See also