Uses of Class
org.orekit.utils.ExpungePolicy
-
Packages that use ExpungePolicy Package Description org.orekit.utils This package provides useful objects. -
-
Uses of ExpungePolicy in org.orekit.utils
Methods in org.orekit.utils that return ExpungePolicy Modifier and Type Method Description static ExpungePolicyExpungePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpungePolicy[]ExpungePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.utils with parameters of type ExpungePolicy Modifier and Type Method Description voidFieldTimeSpanMap. 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.
-