flywave-vectortile-datasource.omvfeaturefilterdescriptionbuilder.featureoption
Home > @flywave/flywave-vectortile-datasource > OmvFeatureFilterDescriptionBuilder > FeatureOption
OmvFeatureFilterDescriptionBuilder.FeatureOption interface
Description of a single feature.
Signature:
interface FeatureOption
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(Optional) Feature attribute to match. | |||
string | Optional class to match. If specified, but does not match, the feature is ignored. | ||
OmvGeometryType | OmvGeometryType[] | undefined | 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 | |||
(Optional) Match condition for the layer name. | |||
number | (Optional) Maximum tile level to match. | ||
number | (Optional) Minimum tile level to match. |