Interface IPatchedOrbit
public interface IPatchedOrbit : IOrbit, IDisposable, IComparable<IPatchedOrbit>
- Inherited Members
- Extension Methods
Properties
ActivePatch
bool ActivePatch { get; set; }
Property Value
ClosestApproachDistance
double ClosestApproachDistance { get; set; }
Property Value
EndUT
double EndUT { get; set; }
Property Value
NextPatch
IPatchedOrbit NextPatch { get; set; }
Property Value
PatchEndTransition
PatchTransitionType PatchEndTransition { get; set; }
Property Value
PatchStartTransition
PatchTransitionType PatchStartTransition { get; set; }
Property Value
PreviousPatch
IPatchedOrbit PreviousPatch { get; set; }
Property Value
StartUT
double StartUT { get; set; }
Property Value
TimeToAp
double TimeToAp { get; set; }
Property Value
TimeToPe
double TimeToPe { get; set; }
Property Value
UniversalTimeAtClosestApproach
double UniversalTimeAtClosestApproach { get; set; }
Property Value
UniversalTimeAtSoiEncounter
double UniversalTimeAtSoiEncounter { get; set; }