4#include <NDEVR/Polyline.h>
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition ElevationService.h:26
virtual void postRequest(const ElevationRequest &request)=0
static ElevationService * s_primary_service
Definition ElevationService.h:34
A polyline which stores vertex information for many points along a given path.
Definition CoordinateProjectionManager.h:44
Definition ProgressInfo.hpp:43
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:120
Definition ElevationService.h:15
UUID request_id
Definition ElevationService.h:17
UUID coordinate_plane_id
Definition ElevationService.h:18
Buffer< Vertex< 2, fltp08 > > elevation_locations
Definition ElevationService.h:19
Buffer< LineElevationRequest > elevation_polylines
Definition ElevationService.h:20
std::function< void(const ElevationRequest &request)> finished_callback
Definition ElevationService.h:23
Buffer< fltp08 > elevations
Definition ElevationService.h:21
Definition ElevationService.h:10
Polyline< 2, fltp08 > polyline
Definition ElevationService.h:11
uint04 sample_count
Definition ElevationService.h:12