Visit an area object with the specified featureId; use pointAccessor to get the
object's properties.
Visits a line object with the specified featureId; use pointAccessor to get the
object's properties.
Visits a 3D object with the specified featureId; use pointAccessor to get the
object's properties.
Visits a point object with the specified featureId; use pointAccessor to get the
object's properties.
Should return true if the visitor wants to visit the area object with the specified
featureId.
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.
Should return true if the visitor wants to visit the line with the specified
featureId.
Should return true if the visitor wants to visit the object with the specified
featureId.
Should return true if the visitor wants to visit the point with the specified
featureId.
Generated using TypeDoc
Interface for a client visitor that is used to visit all
THREE.Objects in a tile.