flywave-vectortile-datasource.omvfeaturefilter.wantskind
Home > @flywave/flywave-vectortile-datasource > OmvFeatureFilter > wantsKind
OmvFeatureFilter.wantsKind() method
Warning: This API is now obsolete.
See .
Return false if kind of object is not enabled and the geometry should not be created.
Signature:
wantsKind(kind: string | string[]): boolean;
Parameters
Parameter | Type | Description |
|---|---|---|
kind | string | string[] | Tag "kind" of the tag. |
Returns:
boolean
{<!-- -->boolean<!-- -->}