10 #include <vapor/MyBase.h>
26 const float *srclon,
int nx,
float *dstlon
29 const double *srclon,
int nx,
double *dstlon
32 const float *srclon,
int nx,
int ny,
float *dstlon
35 const double *srclon,
int nx,
int ny,
double *dstlon
51 static void LonExtents(
52 const float *lon,
int nx,
int ny,
float &lonwest,
float &loneast
54 static void LonExtents(
55 const double *lon,
int nx,
int ny,
double &lonwest,
double &loneast
70 static void LonExtents(
71 const float *lon,
int nx,
float &lonwest,
float &loneast
73 static void LonExtents(
74 const double *lon,
int nx,
double &lonwest,
double &loneast
88 static void LatExtents(
89 const float *lon,
int nx,
int ny,
float &latsouth,
float &latnorth
91 static void LatExtents(
92 const double *lon,
int nx,
int ny,
double &latsouth,
double &latnorth
95 static void LatExtents(
96 const float *lon,
int ny,
float &latsouth,
float &latnorth
98 static void LatExtents(
99 const double *lon,
int ny,
double &latsouth,
double &latnorth
107 #endif // _GeoUtil_h_
Misc. utilities for operating on geographic coordinates.