Click or drag to resize

WalkerConstellationPlaneTPropagator Class

A collection of satellite propagators with the same inclination and right ascension of the ascending node but differing true anomalies.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionTPropagator
    AGI.Foundation.PropagatorsWalkerConstellationPlaneTPropagator

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 WalkerConstellationPlane<TPropagator> : Collection<TPropagator>

Type Parameters

TPropagator
Either TwoBodyPropagator, J2Propagator, or J4Propagator.

The WalkerConstellationPlaneTPropagator type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount (Inherited from CollectionTPropagator.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionTPropagator.)
Protected propertyItems (Inherited from CollectionTPropagator.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionTPropagator.)
Public methodClear (Inherited from CollectionTPropagator.)
Protected methodClearItems (Inherited from CollectionTPropagator.)
Public methodContains (Inherited from CollectionTPropagator.)
Public methodCopyTo (Inherited from CollectionTPropagator.)
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 methodGetEnumerator (Inherited from CollectionTPropagator.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSatellitePropagator
Gets a propagator for a specific satellite within the orbital plane.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionTPropagator.)
Public methodInsert (Inherited from CollectionTPropagator.)
Protected methodInsertItem (Inherited from CollectionTPropagator.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionTPropagator.)
Public methodRemoveAt (Inherited from CollectionTPropagator.)
Protected methodRemoveItem (Inherited from CollectionTPropagator.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionTPropagator.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also