flywave-vectortile-datasource.vectortiledatasource.setdatafilter
Home > @flywave/flywave-vectortile-datasource > VectorTileDataSource > setDataFilter
VectorTileDataSource.setDataFilter() method
Set a new data filter. Can also be done during the creation of an VectorTileDataSource. Will be applied to the decoder, which might be shared with other omv datasources.
Signature:
setDataFilter(filterDescription: OmvFeatureFilterDescription): void;
Parameters
Parameter | Type | Description |
|---|---|---|
filterDescription | Data filter description created with [[OmvFeatureFilterDescriptionBuilder]]. |
Returns:
void