Uses of Interface
org.orekit.time.FieldTimeInterpolable
-
Packages that use FieldTimeInterpolable Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.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 FieldTimeInterpolable in org.orekit.attitudes
Classes in org.orekit.attitudes that implement FieldTimeInterpolable Modifier and Type Class Description class
FieldAttitude<T extends org.hipparchus.RealFieldElement<T>>
This class handles attitude definition at a given date. -
Uses of FieldTimeInterpolable in org.orekit.orbits
Classes in org.orekit.orbits that implement FieldTimeInterpolable Modifier and Type Class Description class
FieldCartesianOrbit<T extends org.hipparchus.RealFieldElement<T>>
This class holds Cartesian orbital parameters.class
FieldCircularOrbit<T extends org.hipparchus.RealFieldElement<T>>
This class handles circular orbital parameters.class
FieldEquinoctialOrbit<T extends org.hipparchus.RealFieldElement<T>>
This class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.class
FieldKeplerianOrbit<T extends org.hipparchus.RealFieldElement<T>>
This class handles traditional Keplerian orbital parameters.class
FieldOrbit<T extends org.hipparchus.RealFieldElement<T>>
This class handles orbital parameters. -
Uses of FieldTimeInterpolable in org.orekit.propagation
Classes in org.orekit.propagation that implement FieldTimeInterpolable Modifier and Type Class Description class
FieldSpacecraftState<T extends org.hipparchus.RealFieldElement<T>>
This class is the representation of a complete state holding orbit, attitude and mass information at a given date. -
Uses of FieldTimeInterpolable in org.orekit.time
Classes in org.orekit.time with type parameters of type FieldTimeInterpolable Modifier and Type Interface Description interface
FieldTimeInterpolable<T extends FieldTimeInterpolable<T,KK>,KK extends org.hipparchus.RealFieldElement<KK>>
This interface represents objects that can be interpolated in time.interface
FieldTimeShiftable<T extends FieldTimeInterpolable<T,KK>,KK extends org.hipparchus.RealFieldElement<KK>>
This interface represents objects that can be shifted in time.
-