|
static void | ShiftLon (const float *srclon, int nx, float *dstlon) |
|
static void | ShiftLon (const double *srclon, int nx, double *dstlon) |
|
static void | ShiftLon (const float *srclon, int nx, int ny, float *dstlon) |
|
static void | ShiftLon (const double *srclon, int nx, int ny, double *dstlon) |
|
static void | LonExtents (const float *lon, int nx, int ny, float &lonwest, float &loneast) |
|
static void | LonExtents (const double *lon, int nx, int ny, double &lonwest, double &loneast) |
|
static void | LonExtents (const float *lon, int nx, float &lonwest, float &loneast) |
|
static void | LonExtents (const double *lon, int nx, double &lonwest, double &loneast) |
|
static void | LatExtents (const float *lon, int nx, int ny, float &latsouth, float &latnorth) |
|
static void | LatExtents (const double *lon, int nx, int ny, double &latsouth, double &latnorth) |
|
static void | LatExtents (const float *lon, int ny, float &latsouth, float &latnorth) |
|
static void | LatExtents (const double *lon, int ny, double &latsouth, double &latnorth) |
|
static void | SetErrMsg (const char *format,...) |
| Record a formatted error message. More...
|
|
static void | SetErrMsg (int errcode, const char *format,...) |
| Record a formatted error message and an error code. More...
|
|
static const char * | GetErrMsg () |
|
static void | SetErrCode (int err_code) |
| Record an error code. More...
|
|
static int | GetErrCode () |
| Retrieve the current error code. More...
|
|
static void | SetErrMsgCB (ErrMsgCB_T cb) |
|
static ErrMsgCB_T | GetErrMsgCB () |
|
static void | SetErrMsgFilePtr (FILE *fp) |
|
static const FILE * | SetErrMsgFilePtr () |
|
static void | SetDiagMsg (const char *format,...) |
| Record a formatted diagnostic message. More...
|
|
static const char * | GetDiagMsg () |
|
static void | SetDiagMsgCB (DiagMsgCB_T cb) |
|
static DiagMsgCB_T | GetDiagMsgCB () |
|
static void | SetDiagMsgFilePtr (FILE *fp) |
|
static bool | EnableErrMsg (bool enable) |
|
Misc. utilities for operating on geographic coordinates.
- Author
- John Clyne
Definition at line 21 of file GeoUtil.h.