ScaleDisplayFilterDefinition

Filter features from the display based on the current map scale. This is useful when there is so much feature density at small scales making the display difficult to interpret or slow to draw.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(filters: Iterable<ScaleRangeDisplayFilter>)

Creates a new ScaleDisplayFilterDefinition with the specified scale range display filters.

Properties

Link copied to clipboard

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.