public enum UtcId extends Enum<UtcId>
Enum Constant and Description |
---|
GAL
UTCGAL.
|
IRN
UTCIRN / UTC(NPLI).
|
NICT
UTC(NICT).
|
NIST
UTC(NIST).
|
NTSC
UTC(NTSC).
|
OP
UTC(OP).
|
SU
UTC(SU).
|
USNO
UTC(USNO).
|
Modifier and Type | Method and Description |
---|---|
static UtcId |
parseUtcId(String id)
Parse a string to get the UTC id.
|
static UtcId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtcId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UtcId USNO
public static final UtcId SU
public static final UtcId GAL
public static final UtcId NTSC
public static final UtcId NICT
public static final UtcId IRN
public static final UtcId OP
public static final UtcId NIST
In Rinex 4.00, this entry is not present in table 23, but appears in table A30.
public static UtcId[] values()
for (UtcId c : UtcId.values()) System.out.println(c);
public static UtcId 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 static UtcId parseUtcId(String id) throws OrekitIllegalArgumentException
id
- string to parseOrekitIllegalArgumentException
- if the string does not correspond to a UTC idCopyright © 2002-2023 CS GROUP. All rights reserved.