public static enum SP3File.TimeSystem extends Enum<SP3File.TimeSystem>
Enum Constant and Description |
---|
GAL
GALILEO.
|
GLO
GLONASS.
|
GPS
Global Positioning System.
|
QZS
Quasi-Zenith System.
|
TAI
International Atomic Time.
|
UTC
Coordinated Universal Time.
|
Modifier and Type | Method and Description |
---|---|
static SP3File.TimeSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SP3File.TimeSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SP3File.TimeSystem GPS
public static final SP3File.TimeSystem GLO
public static final SP3File.TimeSystem GAL
public static final SP3File.TimeSystem TAI
public static final SP3File.TimeSystem UTC
public static final SP3File.TimeSystem QZS
public static SP3File.TimeSystem[] values()
for (SP3File.TimeSystem c : SP3File.TimeSystem.values()) System.out.println(c);
public static SP3File.TimeSystem 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 nullCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.