public static enum GPAbsoluteDate.GPDateTimeScale extends Enum<GPAbsoluteDate.GPDateTimeScale>
| Modifier and Type | Method and Description |
|---|---|
org.orekit.time.TimeScale |
getPatriusObject()
Obtain the Patrius TimeScale from the GENOPUS GPDateTimeScale.
|
static GPAbsoluteDate.GPDateTimeScale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPAbsoluteDate.GPDateTimeScale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPAbsoluteDate.GPDateTimeScale UTC
public static final GPAbsoluteDate.GPDateTimeScale TAI
public static final GPAbsoluteDate.GPDateTimeScale TT
public static final GPAbsoluteDate.GPDateTimeScale GPS
public static final GPAbsoluteDate.GPDateTimeScale GST
public static GPAbsoluteDate.GPDateTimeScale[] values()
for (GPAbsoluteDate.GPDateTimeScale c : GPAbsoluteDate.GPDateTimeScale.values()) System.out.println(c);
public static GPAbsoluteDate.GPDateTimeScale valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic org.orekit.time.TimeScale getPatriusObject()
Copyright © 2017. All rights reserved.