跳到主要内容

flywave-mapview.itiledatavisitor.wantsobject3d

Home > @flywave/flywave-mapview > ITileDataVisitor > wantsObject3D

ITileDataVisitor.wantsObject3D() method

Should return true if the visitor wants to visit the object with the specified featureId.

Signature:

wantsObject3D(featureId: number | string | undefined): boolean;

Parameters

Parameter

Type

Description

featureId

number | string | undefined

Returns:



boolean

## Remarks

Number ids are deprecated in favor of strings.