flywave-terrain-datasource.terraintiledecoderservice.start
Home > @flywave/flywave-terrain-datasource > TerrainTileDecoderService > start
TerrainTileDecoderService.start() method
Starts the terrain tile decoder service This method registers the decoder service with the WorkerServiceManager using the TERRAIN_TILE_DECODER_ID identifier
The factory function creates a new TileDecoderService with a TerrainTileDecoder instance
Signature:
static start(): void;
Returns:
void