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