Structures
The following structures are available globally.
-
Undocumented
Declaration
Objective-C
struct PJ_AREA
-
Undocumented
See moreDeclaration
Objective-C
struct P5_FACTORS { /* Common designation */ double meridional_scale; /* h */ double parallel_scale; /* k */ double areal_scale; /* s */ double angular_distortion; /* omega */ double meridian_parallel_angle; /* theta-prime */ double meridian_convergence; /* alpha */ double tissot_semimajor; /* a */ double tissot_semiminor; /* b */ double dx_dlam, dx_dphi; double dy_dlam, dy_dphi; }
Swift
struct P5_FACTORS
-
Undocumented
Declaration
Objective-C
struct PJconsts
-
Undocumented
See moreDeclaration
Objective-C
struct PJ_INFO
Swift
struct PJ_INFO
-
Undocumented
See moreDeclaration
Objective-C
struct PJ_PROJ_INFO
Swift
struct PJ_PROJ_INFO
-
Undocumented
See moreDeclaration
Objective-C
struct PJ_GRID_INFO
Swift
struct PJ_GRID_INFO
-
Undocumented
See moreDeclaration
Objective-C
struct PJ_INIT_INFO
Swift
struct PJ_INIT_INFO
-
Undocumented
See moreDeclaration
Objective-C
struct PJ_ELLPS { const char *id; /* ellipse keyword name */ const char *major; /* a= value */ const char *ell; /* elliptical parameter */ const char *name; /* comments */ }
Swift
struct PJ_ELLPS
-
Undocumented
See moreDeclaration
Objective-C
struct PJ_UNITS { const char *id; /* units keyword */ const char *to_meter; /* multiply by value to get meters */ const char *name; /* comments */ double factor; /* to_meter factor in actual numbers */ }
Swift
struct PJ_UNITS
-
Undocumented
See moreDeclaration
Objective-C
struct PJ_PRIME_MERIDIANS { const char *id; /* prime meridian keyword */ const char *defn; /* offset from greenwich in DMS format. */ }
Swift
struct PJ_PRIME_MERIDIANS
-
Undocumented
See moreDeclaration
Objective-C
struct { double x, y, z, t; }
Swift
struct PJ_XYZT
-
Undocumented
See moreDeclaration
Objective-C
struct { double u, v, w, t; }
Swift
struct PJ_UVWT
-
Undocumented
See moreDeclaration
Objective-C
struct { double lam, phi, z, t; }
Swift
struct PJ_LPZT
-
Undocumented
See moreDeclaration
Objective-C
struct { double o, p, k; }
Swift
struct PJ_OPK
-
Undocumented
See moreDeclaration
Objective-C
struct { double e, n, u; }
Swift
struct PJ_ENU
-
Undocumented
See moreDeclaration
Objective-C
struct { double s, a1, a2; }
Swift
struct PJ_GEOD
-
Undocumented
See moreDeclaration
Objective-C
struct { double u, v; }
Swift
struct PJ_UV
-
Undocumented
See moreDeclaration
Objective-C
struct { double x, y; }
Swift
struct PJ_XY
-
Undocumented
See moreDeclaration
Objective-C
struct { double lam, phi; }
Swift
struct PJ_LP
-
Undocumented
See moreDeclaration
Objective-C
struct { double x, y, z; }
Swift
struct PJ_XYZ
-
Undocumented
See moreDeclaration
Objective-C
struct { double u, v, w; }
Swift
struct PJ_UVW
-
Undocumented
See moreDeclaration
Objective-C
struct { double lam, phi, z; }
Swift
struct PJ_LPZ
-
Undocumented
Declaration
Objective-C
struct pj_ctx
-
Undocumented
Declaration
Objective-C
struct PROJ_FILE_HANDLE
-
File API callbacks
See moreDeclaration
Objective-C
struct PROJ_FILE_API {}
Swift
struct PROJ_FILE_API
-
Undocumented
Declaration
Objective-C
struct PROJ_NETWORK_HANDLE
-
\brief Structure given overall description of a CRS. *
- This structure may grow over time, and should not be directly allocated by
- client code.
Declaration
Objective-C
struct {}
Swift
struct PROJ_CRS_INFO
-
\brief Structure describing optional parameters for proj_get_crs_list(); *
- This structure may grow over time, and should not be directly allocated by
- client code.
Declaration
Objective-C
struct {}
Swift
struct PROJ_CRS_LIST_PARAMETERS
-
\brief Structure given description of a unit. *
- This structure may grow over time, and should not be directly allocated by
- client code.
- @since 7.1
Declaration
Objective-C
struct {}
Swift
struct PROJ_UNIT_INFO
-
\brief Structure given description of a celestial body. *
- This structure may grow over time, and should not be directly allocated by
- client code.
- @since 8.1
Declaration
Objective-C
struct {}
Swift
struct PROJ_CELESTIAL_BODY_INFO
-
Undocumented
Declaration
Objective-C
struct PJ_OBJ_LIST
-
Undocumented
Declaration
Objective-C
struct PJ_INSERT_SESSION
-
Undocumented
Declaration
Objective-C
struct PJ_OPERATION_FACTORY_CONTEXT
-
\brief Axis description.
See moreDeclaration
Objective-C
struct {}
Swift
struct PJ_AXIS_DESCRIPTION
-
\brief Description of a parameter value for a Conversion.
See moreDeclaration
Objective-C
struct {}
Swift
struct PJ_PARAM_DESCRIPTION