ProjectionType
Objective-C
enum ProjectionType : NSInteger {}
Swift
enum ProjectionType : Int, @unchecked Sendable
Constants indicating the type of a projection.
-
British National Grid ( BNG )
Declaration
Objective-C
ProjectionTypeBng = 0
Swift
case bng = 0
-
Lambert 93
Declaration
Objective-C
ProjectionTypeLam = 1
Swift
case lam = 1
-
Universal Transverse Mercator ( UTM )
Declaration
Objective-C
ProjectionTypeUtm = 2
Swift
case utm = 2
-
Military Grid Reference System ( MGRS )
Declaration
Objective-C
ProjectionTypeMgrs = 3
Swift
case mgrs = 3
-
Gauss-Krüger ( GK )
Declaration
Objective-C
ProjectionTypeGk = 4
Swift
case gk = 4
-
World Geodetic System ( WGS84 )
Declaration
Objective-C
ProjectionTypeWgs84 = 5
Swift
case wgs84 = 5
-
What3Words
Declaration
Objective-C
ProjectionTypeW3W = 6
Swift
case W3W = 6
-
Undefined
Declaration
Objective-C
ProjectionTypeUndefined = 7
Swift
case undefined = 7