Soil Water Balance (SWB2)
Loading...
Searching...
No Matches
grid::pj_init_and_transform Interface Reference

interface to C code that provides a simplified entry point to PROJ4 capabilities: it has been modified so that all C pointers are kept within the C code; no pointers are returned to fortran More...

Public Member Functions

integer(c_int) function pj_init_and_transform (from_projection, to_projection, caller_name, caller_linenum, point_count, x, y)

Detailed Description

interface to C code that provides a simplified entry point to PROJ4 capabilities: it has been modified so that all C pointers are kept within the C code; no pointers are returned to fortran

Definition at line 42 of file grid.F90.

Constructor & Destructor Documentation

◆ pj_init_and_transform()

integer(c_int) function grid::pj_init_and_transform::pj_init_and_transform ( character(c_char), dimension(*) from_projection,
character(c_char), dimension(*) to_projection,
character(c_char), dimension(*) caller_name,
integer(c_int), value caller_linenum,
integer(c_long), value point_count,
real(c_double), dimension(*) x,
real(c_double), dimension(*) y )

Definition at line 42 of file grid.F90.


The documentation for this interface was generated from the following file: