ScaleRangeDisplayFilter class final
A DisplayFilter that is applied on the layer based on the provided scale range.
- Inheritance
-
- Object
- DisplayFilter
- ScaleRangeDisplayFilter
Constructors
- ScaleRangeDisplayFilter.withScaleRange({required String name, required String whereClause, required double minScale, required double maxScale})
-
Creates a new ScaleRangeDisplayFilter with the specified name, where
clause, and scale range.
factory
Properties
- filterId → String
-
The identifier for this display filter.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxScale ↔ double
-
The maximum scale at which this display filter is applied.
getter/setter pair
- minScale ↔ double
-
The minimum scale at which this display filter is applied.
getter/setter pair
- name ↔ String
-
A descriptive name for this display filter.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- whereClause ↔ String
-
A SQL expression that defines which features are rendered.
getter/setter pairinherited
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