Practical Astronomy Algorithms in .NET/C#
Loading...
Searching...
No Matches
PlanetInfo Class Reference

Data manager for planets. More...

Static Public Member Functions

static PlanetData GetPlanetInfo (string name)
 Get information about a planet.
 

Static Private Member Functions

static PlanetInfo ()
 

Static Private Attributes

static List< PlanetData_planetData
 

Detailed Description

Data manager for planets.

Definition at line 162 of file PlanetData.cs.

Constructor & Destructor Documentation

◆ PlanetInfo()

static PlanetInfo ( )
staticprivate

Definition at line 166 of file PlanetData.cs.

Member Function Documentation

◆ GetPlanetInfo()

static PlanetData GetPlanetInfo ( string  name)
static

Get information about a planet.

Definition at line 271 of file PlanetData.cs.

Member Data Documentation

◆ _planetData

List<PlanetData> _planetData
staticprivate

Definition at line 164 of file PlanetData.cs.


The documentation for this class was generated from the following file: