Uses of Interface
org.orekit.time.TimeInterpolable
-
Packages that use TimeInterpolable Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of TimeInterpolable in org.orekit.attitudes
Classes in org.orekit.attitudes that implement TimeInterpolable Modifier and Type Class Description classAttitudeThis class handles attitude definition at a given date. -
Uses of TimeInterpolable in org.orekit.frames
Classes in org.orekit.frames that implement TimeInterpolable Modifier and Type Class Description classTransformTransformation class in three dimensional space. -
Uses of TimeInterpolable in org.orekit.orbits
Classes in org.orekit.orbits that implement TimeInterpolable Modifier and Type Class Description classCartesianOrbitThis class holds Cartesian orbital parameters.classCircularOrbitThis class handles circular orbital parameters.classEquinoctialOrbitThis class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.classKeplerianOrbitThis class handles traditional Keplerian orbital parameters.classOrbitThis class handles orbital parameters. -
Uses of TimeInterpolable in org.orekit.propagation
Classes in org.orekit.propagation that implement TimeInterpolable Modifier and Type Class Description classSpacecraftStateThis class is the representation of a complete state holding orbit, attitude and mass information at a given date. -
Uses of TimeInterpolable in org.orekit.time
Classes in org.orekit.time with type parameters of type TimeInterpolable Modifier and Type Interface Description interfaceTimeInterpolable<T extends TimeInterpolable<T>>This interface represents objects that can be interpolated in time.
-