ElevationProvider Interface @beta

Provides terrain elevation data.

Methods

Name Description
getHeight(carto: Cartographic, geodetic?: boolean): Promise<number> Return the height (altitude) at a given cartographic location.  
getHeights(range: Range2d): Promise<number[] | undefined> Optional Return a grid of elevations within the specified range.  

Defined in

Last Updated: 23 June, 2026