Uses of Interface
org.orekit.time.TimeShiftable
Packages that use TimeShiftable
Package
Description
This package provides classes to represent simple attitudes.
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
This package provides parsers for laser ranging data stored in CDR and CPF formats.
This package provides a parser for orbit data stored in SP3 format.
This package provides classes to handle frames and transforms between them.
This package provides classes to represent orbits.
Propagation
This package provides interfaces and classes dealing with events occurring during propagation.
This package provides built-in implementations of
EventFunction.This independent package provides classes to handle epochs, time scales,
and to compare instants together.
This package provides useful objects.
-
Uses of TimeShiftable in org.orekit.attitudes
Classes in org.orekit.attitudes that implement TimeShiftableModifier and TypeClassDescriptionclassThis class handles attitude definition at a given date.classFieldAttitude<T extends CalculusFieldElement<T>>This class handles attitude definition at a given date. -
Uses of TimeShiftable in org.orekit.bodies
Classes in org.orekit.bodies that implement TimeShiftable -
Uses of TimeShiftable in org.orekit.files.ilrs
Classes in org.orekit.files.ilrs that implement TimeShiftableModifier and TypeClassDescriptionstatic classA 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 TimeShiftableModifier and TypeClassDescriptionclassA 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 TimeShiftableModifier and TypeClassDescriptionclassFieldTransform<T extends CalculusFieldElement<T>>Transformation class in three-dimensional space.classTransformation class in three dimensional space. -
Uses of TimeShiftable in org.orekit.orbits
Classes in org.orekit.orbits that implement TimeShiftableModifier and TypeClassDescriptionclassThis class holds Cartesian orbital parameters.classThis class handles circular orbital parameters.classThis class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.classFieldCartesianOrbit<T extends CalculusFieldElement<T>>This class holds Cartesian orbital parameters.classFieldCircularOrbit<T extends CalculusFieldElement<T>>This class handles circular orbital parameters.classFieldEquinoctialOrbit<T extends CalculusFieldElement<T>>This class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.classFieldKeplerianOrbit<T extends CalculusFieldElement<T>>This class handles traditional Keplerian orbital parameters.classFieldOrbit<T extends CalculusFieldElement<T>>This class handles orbital parameters.classThis class handles traditional Keplerian orbital parameters.classThis class handles orbital parameters. -
Uses of TimeShiftable in org.orekit.propagation
Classes in org.orekit.propagation that implement TimeShiftableModifier and TypeClassDescriptionclassFieldSpacecraftState<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.classThis 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.propagation.events
Classes in org.orekit.propagation.events that implement TimeShiftableModifier and TypeClassDescriptionclassFieldSingleDateDetector<T extends CalculusFieldElement<T>>Finder for single date detection.classFinder for single date detection. -
Uses of TimeShiftable in org.orekit.propagation.events.functions
Classes in org.orekit.propagation.events.functions that implement TimeShiftableModifier and TypeClassDescriptionclassClass representing single date detection. -
Uses of TimeShiftable in org.orekit.time
Classes in org.orekit.time with type parameters of type TimeShiftableModifier and TypeInterfaceDescriptioninterfaceTimeShiftable<T extends TimeShiftable<T>>This interface represents objects that can be shifted in time.Subinterfaces of TimeShiftable in org.orekit.timeModifier and TypeInterfaceDescriptioninterfaceFieldTimeShiftable<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 TimeShiftableModifier and TypeClassDescriptionclassThis class represents a specific instant in time.classFieldAbsoluteDate<T extends CalculusFieldElement<T>>This class represents a specific instant in time. -
Uses of TimeShiftable in org.orekit.utils
Subinterfaces of TimeShiftable in org.orekit.utilsModifier and TypeInterfaceDescriptioninterfaceShiftableFieldPVCoordinatesHolder<S extends FieldPVCoordinatesProvider<T>,T extends CalculusFieldElement<T>> Interface for time-shiftable Field PV provider holding themselves PV coordinates.interfaceInterface for time-shiftable PV provider holding themselves PV coordinates.Classes in org.orekit.utils that implement TimeShiftableModifier and TypeClassDescriptionclassPosition - Velocity - Acceleration linked to a date and a frame.classSimple container for rotation/rotation rate/rotation acceleration triplets.classFieldAbsolutePVCoordinates<T extends CalculusFieldElement<T>>Field implementation of AbsolutePVCoordinates.classFieldAngularCoordinates<T extends CalculusFieldElement<T>>Simple container for rotation / rotation rate pairs, usingCalculusFieldElement.classFieldPVCoordinates<T extends CalculusFieldElement<T>>Simple container for Position/Velocity pairs, usingCalculusFieldElement.classSimple container for Position/Velocity/Acceleration triplets.classtime-stampedversion ofAngularCoordinates.classTimeStampedFieldAngularCoordinates<T extends CalculusFieldElement<T>>time-stampedversion ofFieldAngularCoordinates.classTimeStampedFieldPVCoordinates<T extends CalculusFieldElement<T>>time-stampedversion ofFieldPVCoordinates.classtime-stampedversion ofPVCoordinates.