//*/
for (int i = 0; i < tests.length; i++)
{
GfrPointAbs input = tests[i].getPointInput();
GfrPrjAbs prj = tests[i].getProjection();
if (input instanceof GfrPointDms && prj instanceof PrjConAbs)//Dms -> conical, Big precision
{
GfrPointConical found = GfrUtilConversionConical.s_getConicalCoordinateFromDms((GfrPointDms) input, (PrjConAbs) prj);