UNCLASSIFIED
Public Member Functions | |
Egm2008GeoidGrid (const Egm2008GeoidGrid &oldGrid) | |
Egm2008GeoidGrid & | operator= (const Egm2008GeoidGrid &oldGrid) |
virtual int | geoidHeight (int wSize, double latitude, double longitude, double &gHeight)=0 |
Protected Attributes | |
int | MAX_WSIZE |
std::string | _gridFname |
int | _nGridPad |
int | _nGridRows |
int | _nGridCols |
int | _nOrigRows |
int | _nOrigCols |
double | _baseLatitude |
double | _baseLongitude |
double | _dLat |
double | _dLon |
MSP::CCSThreadMutex | _mutex |