Uses of Interface
org.orekit.time.TimeShiftable
-
Packages that use TimeShiftable Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.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.org.orekit.utils This package provides useful objects. -
-
Uses of TimeShiftable in org.orekit.attitudes
Classes in org.orekit.attitudes that implement TimeShiftable Modifier and Type Class Description class
Attitude
This class handles attitude definition at a given date.class
FieldAttitude<T extends CalculusFieldElement<T>>
This class handles attitude definition at a given date. -
Uses of TimeShiftable in org.orekit.files.ilrs
Classes in org.orekit.files.ilrs that implement TimeShiftable Modifier and Type Class Description static class
CPF.CPFCoordinate
A single record of position and possibility velocity in an SP3 file. -
Uses of TimeShiftable in org.orekit.files.sp3
Classes in org.orekit.files.sp3 that implement TimeShiftable Modifier and Type Class Description class
SP3Coordinate
A single record of position clock and possibly derivatives in an SP3 file. -
Uses of TimeShiftable in org.orekit.frames
Classes in org.orekit.frames that implement TimeShiftable Modifier and Type Class Description class
FieldTransform<T extends CalculusFieldElement<T>>
Transformation class in three-dimensional space.class
Transform
Transformation class in three dimensional space. -
Uses of TimeShiftable in org.orekit.orbits
Classes in org.orekit.orbits that implement TimeShiftable Modifier and Type Class Description class
CartesianOrbit
This class holds Cartesian orbital parameters.class
CircularOrbit
This class handles circular orbital parameters.class
EquinoctialOrbit
This class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.class
FieldCartesianOrbit<T extends CalculusFieldElement<T>>
This class holds Cartesian orbital parameters.class
FieldCircularOrbit<T extends CalculusFieldElement<T>>
This class handles circular orbital parameters.class
FieldEquinoctialOrbit<T extends CalculusFieldElement<T>>
This class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.class
FieldKeplerianOrbit<T extends CalculusFieldElement<T>>
This class handles traditional Keplerian orbital parameters.class
FieldOrbit<T extends CalculusFieldElement<T>>
This class handles orbital parameters.class
KeplerianOrbit
This class handles traditional Keplerian orbital parameters.class
Orbit
This class handles orbital parameters. -
Uses of TimeShiftable in org.orekit.propagation
Classes in org.orekit.propagation that implement TimeShiftable Modifier and Type Class Description class
FieldSpacecraftState<T extends CalculusFieldElement<T>>
This class is the representation of a complete state holding orbit, attitude and mass information at a given date, meant primarily for propagation.class
SpacecraftState
This class is the representation of a complete state holding orbit, attitude and mass information at a given date, meant primarily for propagation. -
Uses of TimeShiftable in org.orekit.time
Classes in org.orekit.time with type parameters of type TimeShiftable Modifier and Type Interface Description interface
TimeShiftable<T extends TimeShiftable<T>>
This interface represents objects that can be shifted in time.Subinterfaces of TimeShiftable in org.orekit.time Modifier and Type Interface Description interface
FieldTimeShiftable<T extends FieldTimeShiftable<T,KK>,KK extends CalculusFieldElement<KK>>
This interface represents objects that can be shifted in time.Classes in org.orekit.time that implement TimeShiftable Modifier and Type Class Description class
AbsoluteDate
This class represents a specific instant in time.class
FieldAbsoluteDate<T extends CalculusFieldElement<T>>
This class represents a specific instant in time. -
Uses of TimeShiftable in org.orekit.utils
Classes in org.orekit.utils that implement TimeShiftable Modifier and Type Class Description class
AbsolutePVCoordinates
Position - Velocity - Acceleration linked to a date and a frame.class
AngularCoordinates
Simple container for rotation/rotation rate/rotation acceleration triplets.class
FieldAbsolutePVCoordinates<T extends CalculusFieldElement<T>>
Field implementation of AbsolutePVCoordinates.class
FieldAngularCoordinates<T extends CalculusFieldElement<T>>
Simple container for rotation / rotation rate pairs, usingCalculusFieldElement
.class
FieldPVCoordinates<T extends CalculusFieldElement<T>>
Simple container for Position/Velocity pairs, usingCalculusFieldElement
.class
PVCoordinates
Simple container for Position/Velocity/Acceleration triplets.class
TimeStampedAngularCoordinates
time-stamped
version ofAngularCoordinates
.class
TimeStampedFieldAngularCoordinates<T extends CalculusFieldElement<T>>
time-stamped
version ofFieldAngularCoordinates
.class
TimeStampedFieldPVCoordinates<T extends CalculusFieldElement<T>>
time-stamped
version ofFieldPVCoordinates
.class
TimeStampedPVCoordinates
time-stamped
version ofPVCoordinates
.
-