Uses of Class
org.orekit.time.TimeComponents
-
Packages that use TimeComponents Package Description org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of TimeComponents in org.orekit.time
Fields in org.orekit.time declared as TimeComponents Modifier and Type Field Description static TimeComponentsTimeComponents. H00Constant for commonly used hour 00:00:00.static TimeComponentsTimeComponents. H12Constant for commonly used hour 12:00:00.Methods in org.orekit.time that return TimeComponents Modifier and Type Method Description TimeComponentsDateTimeComponents. getTime()Get the time component.static TimeComponentsTimeComponents. parseTime(String string)Parse a string in ISO-8601 format to build a time.Methods in org.orekit.time with parameters of type TimeComponents Modifier and Type Method Description intTimeComponents. compareTo(TimeComponents other)doubleBDTScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleGalileoScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleGLONASSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleGPSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleIRNSSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleQZSSScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleTAIScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.default doubleTimeScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleTTScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.doubleUTCScale. offsetToTAI(DateComponents date, TimeComponents time)Get the offset to convert locations from instance toTAIScale.Constructors in org.orekit.time with parameters of type TimeComponents Constructor Description AbsoluteDate(DateComponents date, TimeComponents time, TimeScale timeScale)Build an instance from a location in atime scale.DateTimeComponents(DateComponents date, TimeComponents time)Build a new instance from its components.FieldAbsoluteDate(org.hipparchus.Field<T> field, DateComponents date, TimeComponents time, TimeScale timeScale)Build an instance from a location in atime scale.
-