7172737475767778798081
for (int i = 0; i < tests.length; i++) { GfrPointAbs input = tests[i].getPointInput(); GfrPrjAbs prj = tests[i].getProjection(); GfrPointUtm found = GfrUtilConversionCylindricalUtm.s_getUtmCoordinateFromDms( (GfrPointDms) input, (PrjCylAbs) prj);
118119120121122123124125126127128
} //*/ 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 {