Display filters information.

Referenced by: Display Filter Info

Properties

PropertyDetails
idDisplay filter identifier.
maxScaleMaximum, but excluding, scale up to which this display filter should be active and honored in the display. A value of 0 implies no maximum scale is specified.
minScaleMinimal, and including, scale up to which the display filter should be active and honored in the display. A value of 0 implies no minimum scale is specified.
titleHuman-readable title for the display filter.
whereSQL-based where clause that narrows the data to be rendered for display purposes. When this element is empty or missing all features will be rendered for this display filter.

Display Filter Example

{
"id": "displayfilter1",
"title": "Hide contained features",
"where": "ASSOCIATIONSTATUS NOT IN (36, 4, 5, 6, 12, 13, 44)",
"minScale": 0,
"maxScale": 18055.954822
}