Package | Description |
---|---|
org.orekit.forces.gravity.potential |
This package provides classes to read gravity field files and supports several
different formats.
|
org.orekit.gnss.clock |
This package provides classes related to navigation clock files.
|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method and Description |
---|---|
protected AbsoluteDate |
PotentialCoefficientsReader.toDate(DateComponents dc,
TimeComponents tc)
Create a date from components.
|
Constructor and Description |
---|
ClockDataLine(RinexClock.ClockDataType type,
String name,
DateComponents dateComponents,
TimeComponents timeComponents,
int numberOfValues,
double clockBias,
double clockBiasSigma,
double clockRate,
double clockRateSigma,
double clockAcceleration,
double clockAccelerationSigma)
Constructor.
|
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 |
---|---|
static TimeComponents |
TimeComponents.fromSeconds(int secondInDayA,
double secondInDayB,
double leap,
int minuteDuration)
Build a time from the second number within the day.
|
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 |
UTCTAIOffset.getOffset(DateComponents date,
TimeComponents time)
Get the TAI - UTC offset in seconds.
|
double |
GLONASSScale.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 . |
default double |
TimeScale.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 |
QZSSScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
IRNSSScale.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 . |
double |
SatelliteClockScale.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 |
BDTScale.offsetToTAI(DateComponents date,
TimeComponents time)
Get the offset to convert locations from instance to
TAIScale . |
double |
TAIScale.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 date,
TimeComponents time)
Build a new instance from its components.
|
FieldAbsoluteDate(Field<T> field,
DateComponents date,
TimeComponents time,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
Copyright © 2002-2022 CS GROUP. All rights reserved.