FortranGIS  Version2.5
integer(kind=c_int) function proj::pj_geocentric_to_geodetic_f ( real(kind=c_double), value  a,
real(kind=c_double), value  es,
real(kind=c_double), dimension(:)  x,
real(kind=c_double), dimension(:)  y,
real(kind=c_double), dimension(:)  z 
)

Fortran version of pj_geocentric_to_geodetic proj API function.

This is the Fortran version of pj_geocentric_to_geodetic 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
aEarth semi-major axis
esEarth flattening
xarray of x coordinates
yarray of y coordinates
zarray of z coordinates

Definition at line 344 of file proj.F90.