Fortran version of pj_geodetic_to_geocentric proj API function.
This is the Fortran version of pj_geodetic_to_geocentric function, the array arguments are assumed-shape Fortran arrays of equal length so no array size nor offset need to be passed, see the original C API documentation for the use of the function.
- Parameters
-
| a | Earth semi-major axis |
| es | Earth flattening |
| x | array of x coordinates |
| y | array of y coordinates |
| z | array of z coordinates |
Definition at line 364 of file proj.F90.