bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
bcea.h
1/* 27-June-00 AT added default radius and Ltruscale for BCEA projection */
2#ifdef __cplusplus
3extern "C" {
4#endif
5
6#define PGSd_BCEA 98
7#define PGSd_DEFAULT_BCEA_RADIUS 6371228.0 /*Earth radius for BCEA projection*/
8#define PGSd_DEFAULT_BCEA_LTRUESCALE 30.0 /*Latitude of true scale */
9
10#ifdef __cplusplus
11}
12#endif