Skip to main content

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

featureAttribute?

OmvFilterFeatureAttribute

(Optional) Feature attribute to match.

featureClasses?

OmvFilterString[]

(Optional) Optional classes to match. If specified, but does not match, the feature is ignored.

geomTypes?

OmvGeometryType | OmvGeometryType[] | undefined

(Optional) Optional geometry type to be limited to. If specified, but does not match, the feature is ignored.

layer

string

Layer name to be matched.

matchLayer?

OmvFilterString.StringMatch

(Optional) Match condition for the layer name.

maxLevel?

number

(Optional) Maximum tile level to match.

minLevel?

number

(Optional) Minimum tile level to match.