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
type
type
Return Value
type name
-
Get the type from the name
Declaration
Objective-C
+ (enum CRSCoordinateSystemType)type:(NSString *)name;
Swift
class func type(_ name: String!) -> CRSCoordinateSystemType
Parameters
name
type name
Return Value
type