#include <float.h>
#include <ctype.h>
#include <stddef.h>
#include "PGS_MODIS_35251.h"
#include "GEO_DEM.h"
#include "GEO_earth.h"
#include "smfio.h"
Go to the source code of this file.
◆ BORDER
◆ COSLAT_OFFSET
#define COSLAT_OFFSET 0.1059 |
◆ DEGREE_STRING
#define DEGREE_STRING "Decimal Degree (DD)" |
◆ DEMCACHE
◆ LAYERS
◆ METER_STRING
#define METER_STRING "METERS" |
◆ TILES_BASE
◆ GEO_close_DEM()
int GEO_close_DEM |
( |
void |
| ) |
|
◆ GEO_DEMalloc()
void* GEO_DEMalloc |
( |
size_t |
size | ) |
|
◆ GEO_initialize_DEM()
PGSt_SMF_status GEO_initialize_DEM |
( |
void |
| ) |
|
◆ GEO_latlon2height()
int GEO_latlon2height |
( |
double const |
lat, |
|
|
double const |
lon, |
|
|
double *const |
h |
|
) |
| |
◆ GEO_read_DEM()
int GEO_read_DEM |
( |
double |
lat, |
|
|
double |
lon, |
|
|
int *const |
hgtmin, |
|
|
int *const |
hgtmax |
|
) |
| |
◆ geoDemInitGlobals()
void geoDemInitGlobals |
( |
| ) |
|
◆ DEM_resolutions
PGSt_DEM_Tag DEM_resolutions[RESOLUTIONS] = {PGSd_DEM_30ARC} |
◆ max_lon
◆ min_lat
◆ tile_cache
◆ tiles_cached
unsigned short int tiles_cached =0 |