CRSGeoDatums
Objective-C
@interface CRSGeoDatums : NSObjectSwift
class CRSGeoDatums : NSObjectGeo Datums
- 
                  
                  Get a predefined geo datum by type DeclarationObjective-C + (CRSGeoDatums *)fromType:(enum CRSGeoDatumType)type;Swift class func fromType(_ type: CRSGeoDatumType) -> CRSGeoDatums!Parameterstypegeo datum type Return Valuegeo datum 
- 
                  
                  Get a predefined geo datum by name DeclarationObjective-C + (CRSGeoDatums *)fromName:(NSString *)name;Swift class func fromName(_ name: String!) -> CRSGeoDatums!Parametersnamename Return Valuegeo datum or nil 
- 
                  
                  Get the type Return Valuetype 
- 
                  
                  Get the code DeclarationObjective-C - (NSString *)code;Swift func code() -> String!Return Valuecode 
- 
                  
                  Get the name DeclarationObjective-C - (NSString *)name;Swift func name() -> String!Return Valuename 
- 
                  
                  Get the names DeclarationObjective-C - (NSArray<NSString *> *)names;Swift func names() -> [String]!Return Valuenames 
- 
                  
                  Get the transform DeclarationObjective-C - (NSArray<NSDecimalNumber *> *)transform;Swift func transform() -> [NSDecimalNumber]!Return Valuetransform 
- 
                  
                  Get the ellipsoid Return Valueellipsoid 
 View on GitHub
View on GitHub CRSGeoDatums Class Reference
        CRSGeoDatums Class Reference