Home
last modified time | relevance | path

Searched refs:PJ_IO_UNITS_PROJECTED (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/
H A Dinv.cpp71 case PJ_IO_UNITS_PROJECTED: in inv_prepare()
76 if (INPUT_UNITS==PJ_IO_UNITS_PROJECTED) in inv_prepare()
H A Dinternal.cpp52 return PJ_IO_UNITS_PROJECTED; in pj_left()
59 return PJ_IO_UNITS_PROJECTED; in pj_right()
H A Dfwd.cpp128 case PJ_IO_UNITS_PROJECTED: in fwd_finalize()
H A Dtransform.cpp891 P->right = PJ_IO_UNITS_PROJECTED; in geographic_to_projected()
1010 P->right = PJ_IO_UNITS_PROJECTED; in projected_to_geographic()
H A Dproj_internal.h175 PJ_IO_UNITS_PROJECTED = 2, /* Meters, projected system */ enumerator
/dports/graphics/proj/proj-7.2.1/src/transformations/
H A Ddefmodel.cpp446 P->left = PJ_IO_UNITS_PROJECTED;
447 P->right = PJ_IO_UNITS_PROJECTED;
H A Dhelmert.cpp566 P->left = PJ_IO_UNITS_PROJECTED;
567 P->right = PJ_IO_UNITS_PROJECTED;
H A Dhorner.cpp455 P->left = P->right = PJ_IO_UNITS_PROJECTED; in PROJECTION()
/dports/graphics/proj/proj-7.2.1/src/apps/
H A Dproj.cpp497 Proj->right = PJ_IO_UNITS_PROJECTED; in main()