Uses of Class
org.orekit.orbits.WalkerConstellationSlot
Packages that use WalkerConstellationSlot
-
Uses of WalkerConstellationSlot in org.orekit.orbits
Methods in org.orekit.orbits that return WalkerConstellationSlotModifier and TypeMethodDescription<O extends Orbit>
WalkerConstellationSlot<O> WalkerConstellation.buildReferenceSlot(O referenceOrbit) Create the reference slot, which is satellite 0 in plane 0.<O extends Orbit>
WalkerConstellationSlot<O> WalkerConstellation.buildSlot(WalkerConstellationSlot<O> existingSlot, int plane, double satellite) Create one offset slot from an already existing slot.Methods in org.orekit.orbits that return types with arguments of type WalkerConstellationSlotModifier and TypeMethodDescription<O extends Orbit>
List<List<WalkerConstellationSlot<O>>> WalkerConstellation.buildRegularSlots(O referenceOrbit) Create the regular slots.Methods in org.orekit.orbits with parameters of type WalkerConstellationSlotModifier and TypeMethodDescription<O extends Orbit>
WalkerConstellationSlot<O> WalkerConstellation.buildSlot(WalkerConstellationSlot<O> existingSlot, int plane, double satellite) Create one offset slot from an already existing slot.