MCPcopy Create free account
hub / github.com/OSGeo/PROJ / proj_angular_output

Function proj_angular_output

src/coordinates.cpp:65–72  ·  view source on GitHub ↗

/

Source from the content-addressed store, hash-verified

63
64/*****************************************************************************/
65int proj_angular_output(PJ *P, enum PJ_DIRECTION dir) {
66 /******************************************************************************
67 Returns 1 if the operator P provides angular output coordinates when
68 operating in direction dir, 0 otherwise.
69 dir: {PJ_FWD, PJ_INV}
70 ******************************************************************************/
71 return proj_angular_input(P, pj_opposite_direction(dir));
72}
73
74/*****************************************************************************/
75int proj_degree_input(PJ *P, enum PJ_DIRECTION dir) {

Callers 6

TESTFunction · 0.85
TESTFunction · 0.85
mainFunction · 0.85
processFunction · 0.85
mainFunction · 0.85
expectFunction · 0.85

Calls 2

proj_angular_inputFunction · 0.85
pj_opposite_directionFunction · 0.85

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68