flywave-mapview.elevationprovider
Home > @flywave/flywave-mapview > ElevationProvider
ElevationProvider interface
Signature:
export interface ElevationProvider
Methods
Method | Description |
|---|---|
Clears the internal cache. | |
Get the displacement map for a given tile key. If the displacement map for the given tileKey is not in the cache a lower level tile will be returned. | |
Get elevation for a given geo point. | |
Cast a ray through the given screen position x, y. | |
Samples elevation for a given geo point from the specified displacement map. |