struct mrpt::maps::LAS_HeaderInfo
Extra information gathered from the LAS file header.
#include <mrpt/maps/CPointsMap_liblas.h> struct LAS_HeaderInfo { // fields std::string FileSignature; std::string SystemIdentifier; std::string SoftwareIdentifier; std::string project_guid; std::string spatial_reference_proj4; uint16_t creation_year; uint16_t creation_DOY; // construction LAS_HeaderInfo(); };
Fields
std::string spatial_reference_proj4
Proj.4 string describing the Spatial Reference System.
uint16_t creation_year
Creation date (Year number)
uint16_t creation_DOY
Creation day of year.