TPropagator
- Either TwoBodyPropagator
, J2Propagator
, or J4Propagator
.public class WalkerConstellationPlane<TPropagator> extends BaseCollection<TPropagator>
Constructor and Description |
---|
WalkerConstellationPlane()
Builds an empty collection of propagators that represent satellites in an orbital plane.
|
Modifier and Type | Method and Description |
---|---|
TPropagator |
getSatellitePropagator(int satelliteNumber)
Gets a propagator for a specific satellite within the orbital plane.
|
add, add, addAll, addAll, clear, clearItems, contains, containsAll, get, getItems, indexOf, insertItem, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeItem, retainAll, set, setItem, size, subList, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, replaceAll, sort, spliterator
parallelStream, removeIf, stream
public WalkerConstellationPlane()
public final TPropagator getSatellitePropagator(int satelliteNumber)
satelliteNumber
- The number of the desired satellite within its orbital plane.