SE_coordref_set_coordsys

Sets the coordinate system of the supplied coordinate reference object

Usage syntax

LONG SE_coordref_set_coordsys (SE_COORDREF coordref, PE_COORDSYS cs);

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

Sets the coordinate system for the supplied coordinate reference object. The coordinate system is managed by the Projection Engine, and created with the Projection Engine functions—pe_factory, pe_geogcs_new, or pe_projcs_new.

Returns

SE_SUCCESS
SE_INVALID_COORDREF_OBJECT