FortranGIS  Version 3.0
Public Attributes | List of all members
pj_info_object Type Reference

Object strictly reflecting C PJ_INFO structure. More...

Public Attributes

integer(kind=c_int) major
 Major release number. More...
 
integer(kind=c_int) minor
 Minor release number. More...
 
integer(kind=c_int) patch
 Patch level. More...
 
type(c_ptr) release
 Release info. More...
 
type(c_ptr) version
 Full version number. More...
 
type(c_ptr) searchpath
 Paths where init and grid files are looked for. More...
 
type(c_ptr) paths
 C char**, use c_ptr_ptr for decoding in fortran. More...
 

Detailed Description

Object strictly reflecting C PJ_INFO structure.

Definition at line 114 of file proj6.F90.