ScaleRangeDisplayFilter

constructor(name: String, whereClause: String, minScale: Double? = null, maxScale: Double? = null)

Creates a new ScaleRangeDisplayFilter with the specified name, where clause, and scale range.

Since

200.1.0

Parameters

name

a descriptive name for this display filter

whereClause

a SQL expression that defines which features are rendered.

minScale

the minimum scale at which this display filter is applied.

maxScale

the maximum scale at which this display filter is applied.