Uses of Interface
org.orekit.time.TimeShiftable

Packages that use TimeShiftable
fr.cnes.sirius.patrius.stela.orbits   
fr.cnes.sirius.patrius.tools.ephemerisComparator   
org.orekit.attitudes This package provides classes to represent simple attitudes. 
org.orekit.frames.transformations   
org.orekit.orbits This package provides classes to represent orbits. 
org.orekit.propagation This package provides tools to propagate orbital states with different methods. 
org.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 fr.cnes.sirius.patrius.stela.orbits
 

Classes in fr.cnes.sirius.patrius.stela.orbits that implement TimeShiftable
 class StelaEquinoctialOrbit
          This class handles Stela equinoctial orbital parameters, which can support both circular and equatorial orbits.
 

Uses of TimeShiftable in fr.cnes.sirius.patrius.tools.ephemerisComparator
 

Classes in fr.cnes.sirius.patrius.tools.ephemerisComparator that implement TimeShiftable
 class DateDPFacade
           This class is a facade for the use of dates.
 class PVCoordinatesDPFacade
           This class is a facade for the use of PVCoordinates.
 

Uses of TimeShiftable in org.orekit.attitudes
 

Classes in org.orekit.attitudes that implement TimeShiftable
 class Attitude
          This class handles attitude definition at a given date.
 

Uses of TimeShiftable in org.orekit.frames.transformations
 

Classes in org.orekit.frames.transformations that implement TimeShiftable
 class Transform
          Transformation class in three dimensional space.
 

Uses of TimeShiftable in org.orekit.orbits
 

Classes in org.orekit.orbits that implement TimeShiftable
 class ApsisOrbit
          This class handles periapsis/apoapsis parameters.
 class CartesianOrbit
          This class holds cartesian orbital parameters.
 class CircularOrbit
          This class handles circular orbital parameters.
 class EquatorialOrbit
          This class handles non circular equatorial orbital parameters.
 class EquinoctialOrbit
          This class handles equinoctial orbital parameters, which can support both circular and equatorial orbits.
 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
 class SpacecraftState
          This class is the representation of a complete state holding orbit, attitude for forces and events computation and additional states informations at a given date.
 

Uses of TimeShiftable in org.orekit.time
 

Classes in org.orekit.time with type parameters of type TimeShiftable
 interface TimeShiftable<T extends TimeShiftable<T>>
          This interface represents objects that can be shifted in time.
 

Classes in org.orekit.time that implement TimeShiftable
 class AbsoluteDate
          This class represents a specific instant in time.
 

Uses of TimeShiftable in org.orekit.utils
 

Classes in org.orekit.utils that implement TimeShiftable
 class AngularCoordinates
          Simple container for rotation/rotation rate/rotation acceleration triplet.
 class PVCoordinates
          Simple container for Position/Velocity/Acceleration triplets.
 class TimeStampedAngularCoordinates
          time-stamped version of AngularCoordinates.
 class TimeStampedPVCoordinates
          time-stamped version of PVCoordinates.
 



Copyright © 2017 CNES. All Rights Reserved.