Uses of Class
org.orekit.ssa.collision.shorttermencounter.probability.twod.ShortTermEncounter2DPOCMethodType
-
Packages that use ShortTermEncounter2DPOCMethodType Package Description org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.ssa.collision.shorttermencounter.probability.twod Package specific to calculus assuming a 2D short-term encounter model. -
-
Uses of ShortTermEncounter2DPOCMethodType in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return ShortTermEncounter2DPOCMethodType Modifier and Type Method Description abstract ShortTermEncounter2DPOCMethodTypePocMethodType. getMethodType()Get a probability of collision computing method type based on the short term encounter model. -
Uses of ShortTermEncounter2DPOCMethodType in org.orekit.ssa.collision.shorttermencounter.probability.twod
Methods in org.orekit.ssa.collision.shorttermencounter.probability.twod that return ShortTermEncounter2DPOCMethodType Modifier and Type Method Description ShortTermEncounter2DPOCMethodTypeAlfano2005. getType()Get type of the method.ShortTermEncounter2DPOCMethodTypeAlfriend1999. getType()Get type of the method.ShortTermEncounter2DPOCMethodTypeAlfriend1999Max. getType()Get type of the method.ShortTermEncounter2DPOCMethodTypeChan1997. getType()Get type of the method.ShortTermEncounter2DPOCMethodTypeLaas2015. getType()Get type of the method.ShortTermEncounter2DPOCMethodTypePatera2005. getType()Get type of the method.ShortTermEncounter2DPOCMethodTypeShortTermEncounter2DPOCMethod. getType()Get type of the method.static ShortTermEncounter2DPOCMethodTypeShortTermEncounter2DPOCMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static ShortTermEncounter2DPOCMethodType[]ShortTermEncounter2DPOCMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-