Click or drag to resize

WalkerConstellationResultTPropagator Class

A collection of satellite orbital planes with the same inclination but differing right ascensions of the ascending node.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionWalkerConstellationPlaneTPropagator
    AGI.Foundation.PropagatorsWalkerConstellationResultTPropagator

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

Type Parameters

TPropagator
Either TwoBodyPropagator, J2Propagator, or J4Propagator.

The WalkerConstellationResultTPropagator type exposes the following members.

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