BuildingFilterBlock class final

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

Implemented types

Constructors

BuildingFilterBlock({required String title, required String whereClause, required BuildingFilterMode mode})
Creates a new building filter block for filtering the content displayed in a building scene layer.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mode BuildingFilterMode
How features are drawn when participating in a filter block.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title of the filter block.
getter/setter pair
whereClause String
A SQL where clause used to match features to this filter block. Features that satisfy this clause are displayed.
getter/setter pair

Methods

clone() BuildingFilterBlock
Clones this instance of the filter block and its members.
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