SE_transforminfo_get_coordsys |
Fetches the coordinate reference system from the coordinate transformation object
LONG SE_transforminfo_get_coordsys (const SE_TRANSFORMINFO transform, PE_COORDSYS *cs);
transform | The coordinate transformation object |
cs | A pointer to a valid coordinate reference system |
SE_transforminfo_get_coordsys fetches the coordinate reference system from the coordinate transformation object. The objects transformation type must be SE_TRANSFORM_PROJECTIVE.
SE_SUCCESS
SE_INVALID_POINTER
SE_INVALID_TRANSFORMINFO_OBJECT
SE_SDE_NOT_STARTED