Click or drag to resize

Sgp4ElementsSwitchByClosestApproach Class

An algorithm which determines when to switch from one element set to another by propagating each element set against the next to determine the time at which the range between the positions of the two orbits is the smallest. This may not represent the most accurate position for the orbit at all times. However, it will minimize discontinuities which may result from fitting the newer element set to the correct orbit.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PropagatorsSgp4ElementsSwitching
    AGI.Foundation.PropagatorsSgp4ElementsSwitchByClosestApproach

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class Sgp4ElementsSwitchByClosestApproach : Sgp4ElementsSwitching

The Sgp4ElementsSwitchByClosestApproach type exposes the following members.

Constructors
  NameDescription
Public methodSgp4ElementsSwitchByClosestApproach
Create a new instance using a default Sgp4Propagator to test the element sets.
Public methodSgp4ElementsSwitchByClosestApproach(Sgp4Propagator)
Create a new instance using the given propagator to test the element sets.
Top
Properties
  NameDescription
Public propertyPropagator
Gets the propagator used to test for the closest approach between two element sets.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSwitchTime
Determine the intervals of time covered by each element set. The intervals should not overlap.
(Overrides Sgp4ElementsSwitchingGetSwitchTime(Sgp4Elements, Sgp4Elements).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also