Jupiter
public class Jupiter : Planet, PlanetaryPhysicalDetails, JupiterPhysicalDetails
The Jupiter planet.
-
Accessor to all values of the underlying physical details. Will probably become private once all relevant accessors are implemented and covered.
Declaration
Swift
public fileprivate(set) lazy var physicalDetails: KPCAAPhysicalJupiterDetails { get set }
-
The average color of the planet.
Declaration
Swift
public override class var averageColor: Color { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Io: GalileanMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Europa: GalileanMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Ganymede: GalileanMoon { get }
-
Undocumented
Declaration
Swift
public fileprivate(set) var Callisto: GalileanMoon { get }
-
Undocumented
Declaration
Swift
public var moons: [GalileanMoon] { get }
-
Declaration
Swift
public required init(julianDay: JulianDay, highPrecision: Bool = true)
-
Undocumented
Declaration
Swift
public var magnitude: Double { get }
-
The planetocentric declination of the Earth. When it is positive, the planet’ northern pole is tilted towards the Earth
Declaration
Swift
public var planetocentricDeclinationOfTheEarth: Degree { get }
-
The planetocentric declination of the Sun. When it is positive, the planet’ northern pole is tilted towards the Sun
Declaration
Swift
public var planetocentricDeclinationOfTheSun: Degree { get }
-
The position angle of the northern rotation pole of the planet
Declaration
Swift
public var positionAngleOfNorthernRotationPole: Degree { get }
-
See AA. ch 43, pp. 293-
Declaration
Swift
public var geometricCentralMeridianLongitudeSystemI: Degree { get }
-
Undocumented
Declaration
Swift
public var geometricCentralMeridianLongitudeSystemII: Degree { get }
-
Undocumented
Declaration
Swift
public var apparentCentralMeridianLongitudeSystemI: Degree { get }
-
Undocumented
Declaration
Swift
public var apparentCentralMeridianLongitudeSystemII: Degree { get }