#include <CesiumSampleHeightMostDetailedAsyncAction.h>
◆ Activate()
virtual void UCesiumSampleHeightMostDetailedAsyncAction::Activate |
( |
| ) |
|
|
overridevirtual |
◆ SampleHeightMostDetailed()
Asynchronously samples the height of the tileset at a list of cartographic positions, each expressed as a Longitude (X) and Latitude (Y) in degrees.
The Height (Z) provided on input is ignored unless the sampling fails at that position, in which case it is passed through to the output.
- Parameters
-
Tileset | The tileset from which to query heights. |
LongitudeLatitudeHeightArray | The array of cartographic positions at which to query heights, with Longitude in the X component and Latitude in the Y component. |
◆ OnHeightsSampled
Called when height has been sampled at all of the given positions.
The Result property contains an element for each input position and in the same order. The Warnings property provides information about problems that were encountered while sampling heights.
Definition at line 59 of file CesiumSampleHeightMostDetailedAsyncAction.h.
The documentation for this class was generated from the following file: