SE_coordref_get_coordsys

Returns a pointer to the coordinate system of the supplied coordinate reference object.

Usage syntax

LONG SE_coordref_get_coordsys (SE_COORDREF coordref, PE_COORDSYS *cs);

Parameters
coordref A pointer to the coordinate reference object
cs A pointer to the coordinate system
Description

Returns a pointer to the coordinate system of the supplied coordinate reference object. The coordinate system is managed by the Projection Engine.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT

SE_INVALID_POINTER