BuildingFilterBlock constructor
- 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.
Parameters:
title— The title of the filter block.whereClause— The SQL where clause used to match features to this filter block.mode— The mode for the filter block.