A DisplayFilter that is applied on the layer based on the provided scale range. More...
Public Functions Detailed DescriptionSee also ScaleDisplayFilterDefinition::filters.
Member Function Documentation ScaleRangeDisplayFilter::ScaleRangeDisplayFilter(const QString &name, const QString &whereClause, double minScale, double maxScale, QObject *parent = nullptr)Creates a new ScaleRangeDisplayFilter with the specified name, where clause, and scale range.
A maxScale greater than the minScale will create an invalid scale display filter.
[override virtual noexcept]
ScaleRangeDisplayFilter::~ScaleRangeDisplayFilter()
Destructor.
double ScaleRangeDisplayFilter::maxScale() constReturns 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.
See also setMaxScale().
double ScaleRangeDisplayFilter::minScale() constReturns 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.
See also setMinScale().
void ScaleRangeDisplayFilter::setMaxScale(double maxScale)Sets the maxScale to maxScale.
See also maxScale.
void ScaleRangeDisplayFilter::setMinScale(double minScale)Sets the minScale to minScale.
See also minScale.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4