<div dir="ltr"><div>Hi</div><div><br></div><div>Using C++ I am trying this: Given two CRSs, I would like to have access to the list of possible transformations (like with projinfo), and use those transformations to transform coordinates (like with cs2cs).</div><div><br></div><div>Studying the code of projinfo, that uses mainly the C++ API, I already have a std::vector<CoordinateOperationNNPtr>. Nice, I can dump them in different formats.</div><div><br></div><div>However, when I go to the code of cs2cs, I see that it is mainly using the C API.</div><div><br></div><div>Is there any C++ equivalent to the function</div><div>PJ_COORD proj_trans (PJ *P, PJ_DIRECTION direction, PJ_COORD coord);</div><div>?</div><div><br></div><div>Thanks.<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">.___ ._ ..._ .. . ._.  .___ .. __ . _. . __..  ... .... ._ .__<br>Entre dos pensamientos racionales <br>hay infinitos pensamientos irracionales.<br><br></div></div></div></div>