Catchea
Topographic Data Browser
|
Functions | |
char * | hgt_path_for (char *folder_path, int lat, int lon) |
RealTile * | RealTile__from_hgt_file (const char *filename) |
RealTile * | RealTile__from_hgt_file (const char *filename, const int &lat, const int &lon) |
RealTile * | RealTile__from_hgt_file_batch (const char *folder_path, const int &lat_min, const int &lon_min, const int &lat_max, const int &lon_max) |
RealTile* RealTile__from_hgt_file | ( | const char * | filename | ) |
RealTile* RealTile__from_hgt_file | ( | const char * | filename, |
const int & | lat, | ||
const int & | lon | ||
) |
RealTile* RealTile__from_hgt_file_batch | ( | const char * | folder_path, |
const int & | lat_min, | ||
const int & | lon_min, | ||
const int & | lat_max, | ||
const int & | lon_max | ||
) |
Load set of HGT file and merge them into one RealTile For files to be loaded in batch, they must match standard pattern, ex. N49E014.hgt.
[in] | folder_path | path prefix for HGT files |
[in] | lat_min | latitude of first tile to load |
[in] | lon_min | longitude of first tile to load |
[in] | lat_max | latitude of last tile to load |
[in] | lon_max | longitude of last tile to load |