Constructs a TileDataAccessor
instance.
The tile to access.
The visitor.
Options for the tile.
The tile to access.
Gets the BufferGeometry
from the specified object. This function requires the
attribute position
in BufferGeometry
to be set.
The object from which to get the geometry.
the geometry of the object, or undefined
.
Obtains an accessor for the nonindexed geometry. This function may return undefined
if the accessor is not implemented.
The type of geometry.
The object for which to access the attributes and geometry.
The object's BufferGeometry
.
an accessor for a specified object, if available.
Obtains an accessor for the indexed geometry. This function may return undefined
if the accessor is not implemented.
The type of geometry.
The object for which to access the attributes and geometry.
The object's BufferGeometry
.
an accessor for a specified object, if available.
Calls the visitor on all objects in the tile.
Visit the object.
Object of type Mesh
.
Dataset stored along with the object.
Visits a single object. This function should normally be called during visiting.
The object to visit.
Generated using TypeDoc
An accessor for all geometries in a tile.
This class uses a client-provided ITileDataVisitor to visit all objects, based on filtering options specified by both, the
TileDataAccessor
and the visitor itself.