PJ_CARTESIAN_CS_2D_TYPE
Objective-C
enum {}
Swift
struct PJ_CARTESIAN_CS_2D_TYPE : Equatable, RawRepresentable
Type of Cartesian 2D coordinate system.
-
Easting-Norting
Declaration
Objective-C
PJ_CART2D_EASTING_NORTHING -
Northing-Easting
Declaration
Objective-C
PJ_CART2D_NORTHING_EASTING -
North Pole Easting/SOUTH-Norting/SOUTH
Declaration
Objective-C
PJ_CART2D_NORTH_POLE_EASTING_SOUTH_NORTHING_SOUTH -
South Pole Easting/NORTH-Norting/NORTH
Declaration
Objective-C
PJ_CART2D_SOUTH_POLE_EASTING_NORTH_NORTHING_NORTH -
Westing-southing
Declaration
Objective-C
PJ_CART2D_WESTING_SOUTHING
View on GitHub
PJ_CARTESIAN_CS_2D_TYPE Enumeration Reference