Uses of Interface
org.orekit.propagation.semianalytical.dsst.utilities.InterpolationGrid
-
Packages that use InterpolationGrid Package Description org.orekit.propagation.semianalytical.dsst.utilities This package provides utilities for Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of InterpolationGrid in org.orekit.propagation.semianalytical.dsst.utilities
Classes in org.orekit.propagation.semianalytical.dsst.utilities that implement InterpolationGrid Modifier and Type Class Description class
FixedNumberInterpolationGrid
Interpolation grid where a fixed number of points are evenly spaced between the start and the end of the integration step.class
MaxGapInterpolationGrid
Interpolation grid where points obey a maximum time gap.
-