The kinds of geometry stored in this Tile.
True
if a decoded Tile is set
True
if all geometry of the Tile
has been loaded and the loading process is finished.
True
if loader is finished, canceled or disposed.
Cancel geometry loading.
Dispose of any resources.
Finish geometry loading.
Reset the loader to its initial state and cancels any asynchronous work.
Set the {@link @here/harp-datasource-protocol#DecodedTile} of the tile.
The decoded tile with the flat geometry data belonging to this tile.
The processed decoded tile.
Start with or continue with loading geometry. Called repeatedly until isFinished
is true
.
Returns a promise resolved when this TileGeometryLoader
is in
TileGeometryLoaderState.Finished
state, or rejected when it's in
TileGeometryLoaderState.Cancelled
or TileGeometryLoaderState.Disposed
states.
Make sure that the technique has its geometryKind set, either from the theme or their default value.
Make sure that all technique have their geometryKind set, either from the theme or their default value.
Also gather set of the GeometryKinds found in the techniques and return it.
The set of kinds used in the decodeTile.
Generated using TypeDoc
Loads the geometry for its Tile. Loads all geometry in a single step.