c_prostr - Retrieves the title string of the input projection code

SYNTAX

#include "worgen.h"
#include "proj.h"
FUNCTION c_prostr (proj_code, string)

     long                         *proj_code;
     char                         *string;

PARAMETERS

proj_code (input, integer)

A value used to designate the projection code for which the title string will be returned.

string (output, character, length(*))

The title that corresponds to the input proj_code.

DESCRIPTION

The c_prostr() call is used to return one of the titles shown below which corresponds to proj_code.

     "(0)GEOGRAPHIC"
     "(1)UTM"
     "(2)STATE PLANE"
     "(3)ALBERS CONICAL EQUAL AREA"
     "(4)LAMBERT CONFORMAL CONIC"
     "(5)MERCATOR"
     "(6)POLAR STEREOGRAPHIC"
     "(7)POLYCONIC"
     "(8)EQUIDISTANT CONIC"
     "(9)TRANSVERSE MERCATOR"
     "(10)STEREOGRAPHIC"
     "(11)LAMBERT AZIMUTHAL EQUAL AREA"
     "(12)AZIMUTHAL EQUIDISTANT"
     "(13)GNOMONIC"
     "(14)ORTHOGRAPHIC"
     "(15)GENERAL VERTICAL NEARSIDE PERSPECTIVE"
     "(16)SINUSOIDAL"
     "(17)EQUIRECTANGULAR"
     "(18)MILLER CYLINDRICAL"
     "(19)VAN DER GRINTEN"
     "(20)OBLIQUE MERCATOR (Hotine)"
     "(21)SOM"
     "(22)HAMMER"
     "(23)ROBINSON"
     "(XX)USER DEFINED"

RETURN VALUE

c_prostr() has no return values.