public enum GNSSType extends Enum<GNSSType>
| Enum Constant and Description |
|---|
BeiDou
Beidou
|
Galileo
Galileo
|
GPS
GPS
|
| Modifier and Type | Method and Description |
|---|---|
double |
getEarthRotationRate() |
AbsoluteDate |
getEpochDate() |
double |
getMu() |
static GNSSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GNSSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GNSSType GPS
public static final GNSSType Galileo
public static final GNSSType BeiDou
public static GNSSType[] values()
for (GNSSType c : GNSSType.values()) System.out.println(c);
public static GNSSType 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 double getMu()
public double getEarthRotationRate()
public AbsoluteDate getEpochDate()
Copyright © 2025 CNES. All rights reserved.