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

Object strictly reflecting C PJ_PROJ_INFO structure. More...

Public Attributes

type(c_ptr) id
 Name of the projection in question. More...
 
type(c_ptr) description
 Description of the projection. More...
 
type(c_ptr) definition
 Projection definition. More...
 
integer(kind=c_int) has_inverse
 1 if an inverse mapping exists, 0 otherwise More...
 
real(kind=c_double) accuracy
 Expected accuracy of the transformation. More...
 

Detailed Description

Object strictly reflecting C PJ_PROJ_INFO structure.

Definition at line 126 of file proj6.F90.