The Utility type exposes the following members.
Methods
Name | Description | |
---|---|---|
CalcDecayTime(IOrbit, DateTime, DateTime) |
Searches for the time when a satellite orbit decays.
| |
CalcDecayTime(IOrbit, Double, Double) |
Searches for the time when a satellite orbit decays.
| |
Intersection |
Returns the point where a line intersects an ellipsoid model.
| |
LineIntersects |
Returns true if a line between two points intersects an earth
ellipsoid model.
| |
MidPoint |
Determines the point that represents the middle of a line
between two points.
| |
MpeToTime |
Converts a minutes-past-epoch value into a DateTime value.
| |
NearestSecond |
Rounds a DateTime value to the nearest second.
| |
RevAtTime(IOrbit, DateTime) |
Determines the orbit revolution number at a given time.
| |
RevAtTime(IOrbit, Double) |
Determines the orbit revolution number at a given time.
| |
SurfaceDistance |
Calculates the distance between the surface of an ellipsoid model and
the closest point on a line.
| |
TimeToMpe |
Converts a DateTime value into a minutes-past-epoch value.
|