PJ_DATUMS
Objective-C
struct PJ_DATUMS {
char *id; /* datum keyword */
char *defn; /* ie. "to_wgs84=..." */
char *ellipse_id;/* ie from ellipse table */
char *comments; /* EPSG code, etc */
}
Swift
struct PJ_DATUMS
Undocumented
-
Undocumented
Declaration
Objective-C
char *id
Swift
var id: UnsafeMutablePointer<CChar>!
-
Undocumented
Declaration
Objective-C
char *defn
Swift
var defn: UnsafeMutablePointer<CChar>!
-
Undocumented
Declaration
Objective-C
char *ellipse_id
Swift
var ellipse_id: UnsafeMutablePointer<CChar>!
-
Undocumented
Declaration
Objective-C
char *comments
Swift
var comments: UnsafeMutablePointer<CChar>!