Hi Puneeth,
The easiest method would probably be to use the functions MAP_PROJ_INIT, MAP_PROJ_FORWARD, and MAP_PROJ_INVERSE. If you know you projection, you will first have to create that using MAP_PROJ_INIT, then you can use the FORWARD and INVERSE functions to convert to/from degrees and meters (Cartesian) for your coordinates.
|