SRM Reference Manual
Types
SRM_Geoid_Table_Manager_Action
/*
 * ENUM: SRM_Geoid_Table_Manager_Action
 */
typedef enum
{
SRM_GEOID_TBL_MNGR_ACT_USE_STATIC, (notes)
SRM_GEOID_TBL_MNGR_ACT_USE_DYNAMIC, (notes)
SRM_GEOID_TBL_MNGR_ACT_FREE (notes)
} SRM_Geoid_Table_Manager_Action;


Enumerant Notes


SRM_GEOID_TBL_MNGR_ACT_USE_STATIC

 Place the geoid cache in static mode and fill it.
 This is the pre-3.1 behaviour, and the default.

SRM_GEOID_TBL_MNGR_ACT_USE_DYNAMIC

 Place the cache in dynamic mode; i.e., the geoid table manager
 will selectively load table rows whenever data from a given row
 is requested.

SRM_GEOID_TBL_MNGR_ACT_FREE

 Free all memory and descriptors used in maintaining the
 geoid offset table.



Prev: SRM_GEI_Parameters_3D. Next: SRM_GM_Coordinate_3D.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™