ScaleDisplayFilterDefinition class final

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.

Inheritance

Constructors

ScaleDisplayFilterDefinition.withFilters(List<ScaleRangeDisplayFilter> filters)
Creates a new ScaleDisplayFilterDefinition with the specified scale range display filters.
factory

Properties

filters List<ScaleRangeDisplayFilter>
The collection of scale range display filters.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited