4#include "SampleHeightResult.h"
6#include <CesiumAsync/Future.h>
7#include <CesiumGeospatial/Cartographic.h>
33 std::vector<CesiumGeospatial::Cartographic>&& positions) = 0;
An interface to query heights from a tileset that can do so efficiently without necessarily downloadi...
virtual CesiumAsync::Future< SampleHeightResult > sampleHeights(const CesiumAsync::AsyncSystem &asyncSystem, std::vector< CesiumGeospatial::Cartographic > &&positions)=0
Queries the heights at a list of locations.
A system for managing asynchronous requests and tasks.
A value that will be available in the future, as produced by AsyncSystem.
Classes that implement the 3D Tiles standard.
Classes that support asynchronous operations.