CRSEllipsoids
Objective-C
@interface CRSEllipsoids : NSObjectSwift
class CRSEllipsoids : NSObjectEllipsoids
- 
                  
                  Get a predefined ellipsoid by type DeclarationObjective-C + (CRSEllipsoids *)fromType:(enum CRSEllipsoidsType)type;Swift class func fromType(_ type: CRSEllipsoidsType) -> CRSEllipsoids!Parameterstypeellipsoid type Return Valueellipsoid 
- 
                  
                  Get a predefined ellipsoid by name or short name DeclarationObjective-C + (CRSEllipsoids *)fromName:(NSString *)name;Swift class func fromName(_ name: String!) -> CRSEllipsoids!Parametersnamename or short name Return Valueellipsoid or nil 
- 
                  
                  Get the type Return Valuetype 
- 
                  
                  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 short name DeclarationObjective-C - (NSString *)shortName;Swift func shortName() -> String!Return Valueshort name 
- 
                  
                  Get the equator radius DeclarationObjective-C - (double)equatorRadius;Swift func equatorRadius() -> DoubleReturn Valueequator radius 
- 
                  
                  Get the reciprocal flattening DeclarationObjective-C - (double)reciprocalFlattening;Swift func reciprocalFlattening() -> DoubleReturn Valuereciprocal flattening 
- 
                  
                  Get the a DeclarationObjective-C - (double)a;Swift func a() -> DoubleReturn Valuea 
- 
                  
                  Get the b DeclarationObjective-C - (double)b;Swift func b() -> DoubleReturn Valueb 
- 
                  
                  Get the eccentricity squared DeclarationObjective-C - (double)eccentricitySquared;Swift func eccentricitySquared() -> DoubleReturn Valueeccentricity squared 
 View on GitHub
View on GitHub CRSEllipsoids Class Reference
        CRSEllipsoids Class Reference