flywave-mapview.tiledataaccessor
Home > @flywave/flywave-mapview > TileDataAccessor
TileDataAccessor class
An accessor for all geometries in a tile.
Signature:
export declare class TileDataAccessor
Remarks
This class uses a client-provided ITileDataVisitor to visit all objects, based on filtering options specified by both, the TileDataAccessor and the visitor itself.
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Methods
Method | Modifiers | Description |
|---|---|---|
| Gets the | |
| Obtains an accessor for the nonindexed geometry. This function may return | |
getIndexedGeometryAccessor(geometryType, object, bufferGeometry) |
| Obtains an accessor for the indexed geometry. This function may return |
Calls the visitor on all objects in the tile. | ||
| Visit the object. | |
| Visits a single object. This function should normally be called during visiting. |