Package | Description |
---|---|
org.orekit.time |
This independent package provides classes to handle epochs, time scales,
and to compare instants together.
|
Modifier and Type | Method and Description |
---|---|
static Month |
Month.getMonth(int number)
Get the month corresponding to a number.
|
Month |
DateComponents.getMonthEnum()
Get the month as an enumerate.
|
static Month |
Month.parseMonth(String s)
Parse the string to get the month.
|
static Month |
Month.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Month[] |
Month.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
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 . |
DateComponents(int year,
Month month,
int day)
Build a date from its components.
|
DateTimeComponents(int year,
Month month,
int day)
Build an instance from raw level components.
|
DateTimeComponents(int year,
Month month,
int day,
int hour,
int minute,
double second)
Build an instance from raw level components.
|
FieldAbsoluteDate(Field<T> field,
int year,
Month month,
int day,
int hour,
int minute,
double second,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
FieldAbsoluteDate(Field<T> field,
int year,
Month month,
int day,
TimeScale timeScale)
Build an instance from a location in a
time scale . |
Copyright © 2002-2022 CS GROUP. All rights reserved.