Constructs a TileDataAccessor instance.
The tile to access.
The visitor.
Options for the tile.
The tile to access.
Protected getGets 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.
Protected getObtains 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.
Protected getObtains 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.
Protected visitVisit the object.
Object of type Mesh.
Dataset stored along with the object.
Protected visitGenerated using TypeDoc
An accessor for all geometries in a tile.
Remarks
This class uses a client-provided ITileDataVisitor to visit all objects, based on filtering options specified by both, the
TileDataAccessorand the visitor itself.