Skip to main content

flywave-mapview.elevationrangesource

Home > @flywave/flywave-mapview > ElevationRangeSource

ElevationRangeSource interface

Source for elevation ranges per tile. The returned elevation ranges will be used in the visible tile computation to calculate proper bounding boxes.

Signature:

export interface ElevationRangeSource 

Methods

Method

Description

connect()

Connects to the underlying data.

getElevationRange(tileKey, dataSources)

Compute the elevation range for a given .

getTilingScheme(dataSources)

The tiling scheme of this ElevationRangeSource.

ready()

Returns true if this ElevationRangeSource is ready and the MapView can invoke getElevationRange() to start requesting data.