DwarfPlanet
public class DwarfPlanet : Object, PlanetaryBase, EllipticalPlanetaryDetails, PlanetaryDiameters
The DwarfPlanet class encompasses all the shared properties of so-called dwarf planets. So far, only Pluto is concerned.
-
Accessor to all values of the underlying elliptical planetary details. Will probably become private once all relevant accessors are implemented and covered.
Declaration
Swift
public lazy var planetaryDetails: KPCAAEllipticalPlanetaryDetails { get set }
-
Accessor to all values of the underlying object details. Will probably become private once all relevant accessors are implemented and covered.
Declaration
Swift
public lazy var ellipticalObjectDetails: KPCAAEllipticalObjectDetails { get set }