Uses of Interface
org.orekit.time.TimeScale

Packages that use TimeScale
fr.cnes.sirius.patrius.tools.force.validation   
fr.cnes.sirius.validate.mocks.ephemeris   
org.orekit.forces.atmospheres.solarActivity   
org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. 
 

Uses of TimeScale in fr.cnes.sirius.patrius.tools.force.validation
 

Methods in fr.cnes.sirius.patrius.tools.force.validation with parameters of type TimeScale
 void PVEphemerisLoader.setTScale(TimeScale inTScale)
          Set the TimeScale for AbsoluteDate management.
 

Uses of TimeScale in fr.cnes.sirius.validate.mocks.ephemeris
 

Constructors in fr.cnes.sirius.validate.mocks.ephemeris with parameters of type TimeScale
UserEphemeris(String ephemerisFile, DateComponents referenceEpoch, TimeScale timeScale, Frame frame)
          Constructor.
 

Uses of TimeScale in org.orekit.forces.atmospheres.solarActivity
 

Constructors in org.orekit.forces.atmospheres.solarActivity with parameters of type TimeScale
SolarActivityDataReader(String supportedNames, TimeScale timescaleIn)
          Constructor.
 

Uses of TimeScale in org.orekit.time
 

Classes in org.orekit.time that implement TimeScale
 class GalileoScale
          Galileo system time scale.
 class GMSTScale
          Greenwich Mean Sidereal Time.
 class GPSScale
          GPS time scale.
 class TAIScale
          International Atomic Time.
 class TCBScale
          Barycentric Coordinate Time.
 class TCGScale
          Geocentric Coordinate Time.
 class TDBScale
          Barycentric Dynamic Time.
 class TTScale
          Terrestrial Time as defined by IAU(1991) recommendation IV.
 class UT1Scale
          Universal Time 1.
 class UTCScale
          Coordinated Universal Time.
 

Methods in org.orekit.time with parameters of type TimeScale
 DateTimeComponents AbsoluteDate.getComponents(TimeScale timeScale)
          Split the instance into date/time components.
 double AbsoluteDate.offsetFrom(AbsoluteDate instant, TimeScale timeScale)
          Compute the apparent clock offset between two instant in the perspective of a specific time scale.
 double AbsoluteDate.timeScalesOffset(TimeScale scale1, TimeScale scale2)
          Compute the offset between two time scales at the current instant.
 Date AbsoluteDate.toDate(TimeScale timeScale)
          Convert the instance to a Java Date.
 String AbsoluteDate.toString(int precision, TimeScale timeScale)
          Get a String representation of the instant location.
 String AbsoluteDate.toString(TimeScale timeScale)
          Get a String representation of the instant location.
 

Constructors in org.orekit.time with parameters of type TimeScale
AbsoluteDate(AbsoluteDate reference, double apparentOffset, TimeScale timeScale)
          Build an instance from an apparent clock offset with respect to another instant in the perspective of a specific time scale.
AbsoluteDate(DateComponents date, TimeComponents time, TimeScale timeScale)
          Build an instance from a location in a time scale.
AbsoluteDate(DateComponents date, TimeScale timeScale)
          Build an instance from a location in a time scale.
AbsoluteDate(DateTimeComponents location, TimeScale timeScale)
          Build an instance from a location in a time scale.
AbsoluteDate(Date location, TimeScale timeScale)
          Build an instance from a location in a time scale.
AbsoluteDate(int year, int month, int day, int hour, int minute, double second, TimeScale timeScale)
          Build an instance from a location in a time scale.
AbsoluteDate(int year, int month, int day, TimeScale timeScale)
          Build an instance from a location in a time scale.
AbsoluteDate(int year, Month month, int day, int hour, int minute, double second, TimeScale timeScale)
          Build an instance from a location in a time scale.
AbsoluteDate(int year, Month month, int day, TimeScale timeScale)
          Build an instance from a location in a time scale.
AbsoluteDate(String location, TimeScale timeScale)
          Build an instance from a location (parsed from a string) in a time scale.
 



Copyright © 2016 CNES. All Rights Reserved.