public enum DataUsed extends Enum<DataUsed>
Enum Constant and Description |
---|
CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE
Change in 2-receiver/1-satellite carrier phase.
|
CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE
Change in 2-receiver/1-satellite code phase.
|
CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE
Change in 2-receiver/2-satellite carrier phase.
|
CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE
Change in 2-receiver/2-satellite code phase.
|
CHANGE_IN_UNDIFFERENTIATED_CARRIER_PHASE
Change in undifferenciated carrier phase.
|
CHANGE_IN_UNDIFFERENTIATED_CODE_PHASE
Change in undifferenciated code phase.
|
MIXED
Mixed data.
|
ORBIT
Orbit data.
|
SATELLITE_LASER_RANGING
Satellite Laser Ranging.
|
TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE
2-receiver/1-satellite carrier phase.
|
TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE
2-receiver/1-satellite code phase.
|
TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE
2-receiver/2-satellite carrier phase.
|
TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE
2-receiver/2-satellite code phase.
|
UNDIFFERENTIATED_CARRIER_PHASE
Undifferenciated carrier phase.
|
UNDIFFERENTIATED_CODE_PHASE
Undifferenciated code phase.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the key for the data used.
|
static DataUsed |
parse(String s,
String fileName,
char version)
Parse the string to get the data used.
|
static DataUsed |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataUsed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataUsed UNDIFFERENTIATED_CARRIER_PHASE
public static final DataUsed CHANGE_IN_UNDIFFERENTIATED_CARRIER_PHASE
public static final DataUsed TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE
public static final DataUsed CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE
public static final DataUsed TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE
public static final DataUsed CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE
public static final DataUsed UNDIFFERENTIATED_CODE_PHASE
public static final DataUsed CHANGE_IN_UNDIFFERENTIATED_CODE_PHASE
public static final DataUsed TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE
public static final DataUsed CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE
public static final DataUsed TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE
public static final DataUsed CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE
public static final DataUsed SATELLITE_LASER_RANGING
public static final DataUsed MIXED
public static final DataUsed ORBIT
public static DataUsed[] values()
for (DataUsed c : DataUsed.values()) System.out.println(c);
public static DataUsed 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 getKey()
public static DataUsed parse(String s, String fileName, char version)
s
- string to parsefileName
- file name to generate the error messageversion
- format versionIllegalArgumentException
- if the string does not correspond to a data usedCopyright © 2002-2023 CS GROUP. All rights reserved.