Package | Description |
---|---|
fr.cnes.sirius.patrius.time |
Modifier and Type | Field and Description |
---|---|
static TimeComponents |
TimeComponents.H00
Constant for commonly used hour 00:00:00.
|
static TimeComponents |
TimeComponents.H12
Constant for commonly used hour 12:00:00.
|
Modifier and Type | Method and Description |
---|---|
TimeComponents |
DateTimeComponents.getTime()
Get the time component.
|
static TimeComponents |
TimeComponents.parseTime(String string)
Parse a string in ISO-8601 format to build a time.
|
Modifier and Type | Method and Description |
---|---|
int |
TimeComponents.compareTo(TimeComponents other) |
double |
TAIScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TimeScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TDBScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
GalileoScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TTScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TCGScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
GPSScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
UT1Scale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
GMSTScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TCBScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
UTCScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
Constructor and Description |
---|
AbsoluteDate(DateComponents date,
TimeComponents time,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
DateTimeComponents(DateComponents dateIn,
TimeComponents timeIn)
Build a new instance from its components.
|
Copyright © 2023 CNES. All rights reserved.