Visits a point object with the specified featureId; use pointAccessor to get the
object's properties.
Parameters
featureId: undefined | string | number
Returns void
Remarks
Number ids are deprecated in favor of strings.
wantsArea
wantsArea(featureId): boolean
Should return true if the visitor wants to visit the area object with the specified
featureId.
Parameters
featureId: undefined | string | number
Returns boolean
Remarks
Number ids are deprecated in favor of strings.
wantsFeature
wantsFeature(featureId): boolean
Should return true if the visitor wants to visit the object with the specified
featureId. This function is called before the type of the object is even known.
Parameters
featureId: undefined | string | number
Returns boolean
Remarks
Number ids are deprecated in favor of strings.
wantsLine
wantsLine(featureId): boolean
Should return true if the visitor wants to visit the line with the specified
featureId.
Parameters
featureId: undefined | string | number
Returns boolean
Remarks
Number ids are deprecated in favor of strings.
wantsObject3D
wantsObject3D(featureId): boolean
Should return true if the visitor wants to visit the object with the specified
featureId.
Parameters
featureId: undefined | string | number
Returns boolean
Remarks
Number ids are deprecated in favor of strings.
wantsPoint
wantsPoint(featureId): boolean
Should return true if the visitor wants to visit the point with the specified
featureId.
Interface for a client visitor that is used to visit all
THREE.Object
s in a tile.