SE_transforminfo_get_geogtran |
Fetches the geographic transformation from the coordinate transformation object
LONG SE_transforminfo_get_geogtran (const SE_TRANSFORMINFO transform, PE_GEOGTRAN *geogtran);
transform | The coordinate transformation object |
geogtran | A pointer to a geographic transformation object |
SE_transforminfo_get_geogtran retrieves the geographic transformation system from the coordinate transformation object. The objects transformation type must be SE_TRANSFORM_PROJECTIVE.
SE_SUCCESS
SE_INVALID_POINTER
SE_SDE_NOT_STARTED
SE_INVALID_TRANSFORMINFO_OBJECT