|
SRM Reference Manual
Functions SRM GeoidManagerRequest |
|---|
| extern SRM_Status_Code | |||
| SRM_GeoidManagerRequest | |||
| ( | |||
| SRM_Geoid_Table_Manager_Action | action | ||
| ); | |||
This function allows users to specify actions for the geoid manager to take on their behalf.
Users need not call this function for WGS84 to work properly. The geoid manager will initially be in managed mode, loading lines of the offset table on demand. The other option, unmanaged mode, directs the geoid manager to load all the offset data into memory at once, then continue with only minimal parameter checking.
| SRM_STAT_CODE_SUCCESS | and the Geoid Manager takes the specified action, if valid parameters were passed in and all operations succeeded. |
| SRM_STAT_CODE_FAILURE | and no changes are made, otherwise. |
Prev: SRM_FreeSRFParametersPair.
Next: SRM_GetCorresponding2DSRF.
Up:Index.
|