BuildingFilterBlock

Defines a set of conditions that can show or hide components in a BuildingSceneLayer.

Since

300.0.0

Constructors

Link copied to clipboard
constructor(title: String, whereClause: String, mode: BuildingFilterMode)

Creates a new building filter block for filtering the content displayed in a building scene layer.

Properties

Link copied to clipboard

How features are drawn when participating in a filter block.

Link copied to clipboard

The title of the filter block.

Link copied to clipboard

A SQL where clause used to match features to this filter block. Features that satisfy this clause are displayed. This expression only supports standardized SQL and is evaluated against feature attributes on the client. For buildings with a "BldgLevel" attribute, for example, a clause to display only the first floor might look like this: "BldgLevel=1". Invalid or malformed SQL will cause zero features to pass the filter block: none will be rendered. An empty where clause will cause all features to pass the filter block: all will be rendered.

Functions

Link copied to clipboard

Clones this instance of the filter block and its members.