SE_coordref_set_coordsys |
Sets the coordinate system of the supplied coordinate reference object
LONG SE_coordref_set_coordsys (SE_COORDREF coordref, PE_COORDSYS cs);
coordref | A pointer to the coordinate reference object |
cs | A pointer to the coordinate system |
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 functionspe_factory, pe_geogcs_new, or pe_projcs_new.