Uses of Enum Class
org.orekit.utils.ExpungePolicy
Packages that use ExpungePolicy
-
Uses of ExpungePolicy in org.orekit.utils
Methods in org.orekit.utils that return ExpungePolicyModifier and TypeMethodDescriptionstatic ExpungePolicyReturns the enum constant of this class with the specified name.static ExpungePolicy[]ExpungePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.orekit.utils with parameters of type ExpungePolicyModifier and TypeMethodDescriptionvoidFieldTimeSpanMap.configureExpunge(int newMaxNbSpans, double newMaxRange, ExpungePolicy newExpungePolicy) Configure (or reconfigure) expunge policy for later additions.voidTimeSpanMap.configureExpunge(int newMaxNbSpans, double newMaxRange, ExpungePolicy newExpungePolicy) Configure (or reconfigure) expunge policy for later additions.