public static enum Station.ReferenceSystem extends Enum<Station.ReferenceSystem>
Enum Constant and Description |
---|
UNE
Local reference system Up, North, East.
|
XYZ
Cartesian reference system X, Y, Z.
|
Modifier and Type | Method and Description |
---|---|
static Station.ReferenceSystem |
getEccRefSystem(String value)
Get the eccentricity reference system corresponding to the given value.
|
String |
getName()
Get the name used to define the reference system in SINEX file.
|
static Station.ReferenceSystem |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Station.ReferenceSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Station.ReferenceSystem UNE
public static final Station.ReferenceSystem XYZ
public static Station.ReferenceSystem[] values()
for (Station.ReferenceSystem c : Station.ReferenceSystem.values()) System.out.println(c);
public static Station.ReferenceSystem 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 String getName()
public static Station.ReferenceSystem getEccRefSystem(String value)
value
- given valueCopyright © 2002-2023 CS GROUP. All rights reserved.