Uses of Class
org.orekit.orbits.WalkerConstellationSlot
-
Packages that use WalkerConstellationSlot Package Description org.orekit.orbits This package provides classes to represent orbits. -
-
Uses of WalkerConstellationSlot in org.orekit.orbits
Methods in org.orekit.orbits that return WalkerConstellationSlot Modifier and Type Method Description <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 WalkerConstellationSlot Modifier and Type Method Description <O extends Orbit>
List<List<WalkerConstellationSlot<O>>>WalkerConstellation. buildRegularSlots(O referenceOrbit)
Create the regular slots.Methods in org.orekit.orbits with parameters of type WalkerConstellationSlot Modifier and Type Method Description <O extends Orbit>
WalkerConstellationSlot<O>WalkerConstellation. buildSlot(WalkerConstellationSlot<O> existingSlot, int plane, double satellite)
Create one offset slot from an already existing slot.
-