CRSTypes
Objective-C
@interface CRSTypes : NSObject
Swift
class CRSTypes : NSObject
CRS Type
-
Get the type names
Declaration
Objective-C
+ (NSArray<NSString *> *)names:(NSArray<NSNumber *> *)types;
Swift
class func names(_ types: [NSNumber]!) -> [String]!
Parameters
types
types
Return Value
type names
-
Get the category type
Declaration
Objective-C
+ (enum CRSCategoryType)categoryType:(enum CRSType)crsType;
Swift
class func categoryType(_ crsType: CRSType) -> CRSCategoryType
Parameters
crsType
CRS type
Return Value
category type