public enum ObservationTimeScale extends Enum<ObservationTimeScale>
Enum Constant and Description |
---|
BDT
Beidou time scale.
|
GAL
Galileo time scale.
|
GLO
GLONASS time scale.
|
GPS
GPS time scale.
|
IRN
IRNSS time scale.
|
QZS
QZSS time scale.
|
Modifier and Type | Method and Description |
---|---|
abstract TimeScale |
getTimeScale(TimeScales timeScales)
Get time scale.
|
static ObservationTimeScale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObservationTimeScale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObservationTimeScale GPS
public static final ObservationTimeScale GAL
public static final ObservationTimeScale GLO
public static final ObservationTimeScale QZS
public static final ObservationTimeScale BDT
public static final ObservationTimeScale IRN
public static ObservationTimeScale[] values()
for (ObservationTimeScale c : ObservationTimeScale.values()) System.out.println(c);
public static ObservationTimeScale 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 abstract TimeScale getTimeScale(TimeScales timeScales)
timeScales
- time scales factoryCopyright © 2002-2023 CS GROUP. All rights reserved.