Class to encapsulate data associated with an orbital node.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
public class Node : LatLonTime
Visual Basic
Public Class Node _
	Inherits LatLonTime
Visual C++
public ref class Node : public LatLonTime

Inheritance Hierarchy

System..::..Object
  LatLon
    Zeptomoby.OrbitTools.Track..::..LatLonTime
      Zeptomoby.OrbitTools.Track..::..Node

See Also