The Utility type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCalcDecayTime(IOrbit, DateTime, DateTime)
Searches for the time when a satellite orbit decays.
Public methodStatic memberCalcDecayTime(IOrbit, Double, Double)
Searches for the time when a satellite orbit decays.
Public methodStatic memberIntersection
Returns the point where a line intersects an ellipsoid model.
Public methodStatic memberLineIntersects
Returns true if a line between two points intersects an earth ellipsoid model.
Public methodStatic memberMidPoint
Determines the point that represents the middle of a line between two points.
Public methodStatic memberMpeToTime
Converts a minutes-past-epoch value into a DateTime value.
Public methodStatic memberNearestSecond
Rounds a DateTime value to the nearest second.
Public methodStatic memberRevAtTime(IOrbit, DateTime)
Determines the orbit revolution number at a given time.
Public methodStatic memberRevAtTime(IOrbit, Double)
Determines the orbit revolution number at a given time.
Public methodStatic memberSurfaceDistance
Calculates the distance between the surface of an ellipsoid model and the closest point on a line.
Public methodStatic memberTimeToMpe
Converts a DateTime value into a minutes-past-epoch value.

See Also