flywave-vectortile-datasource.omvfeaturefilterdescriptionbuilder.multifeatureoption
Home > @flywave/flywave-vectortile-datasource > OmvFeatureFilterDescriptionBuilder > MultiFeatureOption
OmvFeatureFilterDescriptionBuilder.MultiFeatureOption interface
Description for multiple features.
Signature:
interface MultiFeatureOption
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(Optional) Feature attribute to match. | |||
OmvFilterString[] | (Optional) Optional classes to match. If specified, but does not match, the feature is ignored. | ||
OmvGeometryType | OmvGeometryType[] | undefined | (Optional) Optional geometry type to be limited to. If specified, but does not match, the feature is ignored. | ||
string | Layer name to be matched. | ||
(Optional) Match condition for the layer name. | |||
number | (Optional) Maximum tile level to match. | ||
number | (Optional) Minimum tile level to match. |