CRSCoordinateSystemTypes
Objective-C
@interface CRSCoordinateSystemTypes : NSObject
Swift
class CRSCoordinateSystemTypes : NSObject
Coordinate System Type
-
Get the type name
Declaration
Objective-C
+ (NSString *)name:(enum CRSCoordinateSystemType)type;Swift
class func name(_ type: CRSCoordinateSystemType) -> String!Parameters
typetype
Return Value
type name
-
Get the type from the name
Declaration
Objective-C
+ (enum CRSCoordinateSystemType)type:(NSString *)name;Swift
class func type(_ name: String!) -> CRSCoordinateSystemTypeParameters
nametype name
Return Value
type
View on GitHub
CRSCoordinateSystemTypes Class Reference