Sets the destination coordinate system for converting points.
int
ade_projsetdest(
char* cscode);
Returns RTNORM or an error code.
cscode | Coordinate system code, eight characters. |
Before you can use either ade_projptforward or ade_projptbackward to convert points, you must first identify the coordinate systems that you are converting between. Use ade_projsetdest to set the destination system and ade_projsetsrc to set the source system. The ade_projptforward function assumes that the coordinate values you pass to it belong to the source system, and it returns corresponding destination values. The ade_projptbackward function does the inverse.
For more information, see Converting Coordinates.