跳到主要内容

flywave-terrain-datasource.terraintiledecoderservice

Home > @flywave/flywave-terrain-datasource > TerrainTileDecoderService

TerrainTileDecoderService class

Service class for managing the terrain tile decoder This class registers the TerrainTileDecoder with the worker service manager to make it available for processing terrain tiles in web workers

Signature:

export declare class TerrainTileDecoderService 

Methods

Method

Modifiers

Description

start()

static

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