public enum TdmMetadataKey extends Enum<TdmMetadataKey>
TDM container
entries.Enum Constant and Description |
---|
ANGLE_TYPE
Angle type entry.
|
CORRECTION_ABERRATION_DIURNAL
Diurnal aberration correction entry.
|
CORRECTION_ABERRATION_YEARLY
Yearly aberration correction entry.
|
CORRECTION_ANGLE_1
Angle 1 correction entry.
|
CORRECTION_ANGLE_2
Angle 2 correction entry.
|
CORRECTION_DOPPLER
Doppler correction entry.
|
CORRECTION_MAG
Magnitude correction entry.
|
CORRECTION_RANGE
Range correction entry (beware the unit is Range Units here).
|
CORRECTION_RCS
Radar Cross Section correction entry.
|
CORRECTION_RECEIVE
Receive correction entry.
|
CORRECTION_TRANSMIT
Transmit correction entry.
|
CORRECTIONS_APPLIED
Applied correction entry.
|
DATA_QUALITY
data quality entry.
|
DATA_TYPES
Lit of data types in the data section.
|
DOPPLER_COUNT_BIAS
Bias that was added to Doppler count in the data section.
|
DOPPLER_COUNT_ROLLOVER
Indicator for occurred rollover in Doppler count.
|
DOPPLER_COUNT_SCALE
Scaled by which Doppler count was multiplied in the data section.
|
EPHEMERIS_NAME_1
External ephemeris file for the participant 1.
|
EPHEMERIS_NAME_2
External ephemeris file for the participant 2.
|
EPHEMERIS_NAME_3
External ephemeris file for the participant 3.
|
EPHEMERIS_NAME_4
External ephemeris file for the participant 4.
|
EPHEMERIS_NAME_5
External ephemeris file for the participant 5.
|
FREQ_OFFSET
Frequency offset entry.
|
INTEGRATION_INTERVAL
Integration interval entry.
|
INTEGRATION_REF
Integration reference entry.
|
INTERPOLATION
Interpolation method for transmit phase count.
|
INTERPOLATION_DEGREE
Interpolation degree for transmit phase count.
|
MODE
Mode entry.
|
PARTICIPANT_1
First participant entry.
|
PARTICIPANT_2
Second participant entry.
|
PARTICIPANT_3
Third participant entry.
|
PARTICIPANT_4
Fourth participant entry.
|
PARTICIPANT_5
Fifth participant entry.
|
PATH
Path entry.
|
PATH_1
Path 1 entry.
|
PATH_2
Path 2 entry.
|
RANGE_MODE
Range mode entry.
|
RANGE_MODULUS
Range modulus entry (beware the unit is Range Units here).
|
RANGE_UNITS
Range units entry.
|
RECEIVE_BAND
Receive band entry.
|
RECEIVE_DELAY_1
First receive delay entry.
|
RECEIVE_DELAY_2
Second receive delay entry.
|
RECEIVE_DELAY_3
Third receive delay entry.
|
RECEIVE_DELAY_4
Fourth receive delay entry.
|
RECEIVE_DELAY_5
Fifth receive delay entry.
|
REFERENCE_FRAME
reference frame entry.
|
START_TIME
Start time entry.
|
STOP_TIME
Stop time entry.
|
TIMETAG_REF
Timetag reference entry.
|
TRACK_ID
Identifier for the tracking data.
|
TRANSMIT_BAND
Transmit band entry.
|
TRANSMIT_DELAY_1
First transmit delay entry.
|
TRANSMIT_DELAY_2
Second transmit delay entry.
|
TRANSMIT_DELAY_3
Third transmit delay entry.
|
TRANSMIT_DELAY_4
Fourth transmit delay entry.
|
TRANSMIT_DELAY_5
Fifth transmit delay entry.
|
TURNAROUND_DENOMINATOR
turnaround denominator entry.
|
TURNAROUND_NUMERATOR
Turnaround numerator entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
TdmMetadata container)
Process an token.
|
static TdmMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdmMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdmMetadataKey TRACK_ID
public static final TdmMetadataKey DATA_TYPES
public static final TdmMetadataKey START_TIME
public static final TdmMetadataKey STOP_TIME
public static final TdmMetadataKey PARTICIPANT_1
public static final TdmMetadataKey PARTICIPANT_2
public static final TdmMetadataKey PARTICIPANT_3
public static final TdmMetadataKey PARTICIPANT_4
public static final TdmMetadataKey PARTICIPANT_5
public static final TdmMetadataKey MODE
public static final TdmMetadataKey PATH
public static final TdmMetadataKey PATH_1
public static final TdmMetadataKey PATH_2
public static final TdmMetadataKey EPHEMERIS_NAME_1
public static final TdmMetadataKey EPHEMERIS_NAME_2
public static final TdmMetadataKey EPHEMERIS_NAME_3
public static final TdmMetadataKey EPHEMERIS_NAME_4
public static final TdmMetadataKey EPHEMERIS_NAME_5
public static final TdmMetadataKey TRANSMIT_BAND
public static final TdmMetadataKey RECEIVE_BAND
public static final TdmMetadataKey TURNAROUND_NUMERATOR
public static final TdmMetadataKey TURNAROUND_DENOMINATOR
public static final TdmMetadataKey TIMETAG_REF
public static final TdmMetadataKey INTEGRATION_INTERVAL
public static final TdmMetadataKey INTEGRATION_REF
public static final TdmMetadataKey FREQ_OFFSET
public static final TdmMetadataKey RANGE_MODE
public static final TdmMetadataKey RANGE_MODULUS
public static final TdmMetadataKey RANGE_UNITS
public static final TdmMetadataKey ANGLE_TYPE
public static final TdmMetadataKey REFERENCE_FRAME
public static final TdmMetadataKey INTERPOLATION
public static final TdmMetadataKey INTERPOLATION_DEGREE
public static final TdmMetadataKey DOPPLER_COUNT_BIAS
public static final TdmMetadataKey DOPPLER_COUNT_SCALE
public static final TdmMetadataKey DOPPLER_COUNT_ROLLOVER
public static final TdmMetadataKey TRANSMIT_DELAY_1
public static final TdmMetadataKey TRANSMIT_DELAY_2
public static final TdmMetadataKey TRANSMIT_DELAY_3
public static final TdmMetadataKey TRANSMIT_DELAY_4
public static final TdmMetadataKey TRANSMIT_DELAY_5
public static final TdmMetadataKey RECEIVE_DELAY_1
public static final TdmMetadataKey RECEIVE_DELAY_2
public static final TdmMetadataKey RECEIVE_DELAY_3
public static final TdmMetadataKey RECEIVE_DELAY_4
public static final TdmMetadataKey RECEIVE_DELAY_5
public static final TdmMetadataKey DATA_QUALITY
public static final TdmMetadataKey CORRECTION_ANGLE_1
public static final TdmMetadataKey CORRECTION_ANGLE_2
public static final TdmMetadataKey CORRECTION_DOPPLER
public static final TdmMetadataKey CORRECTION_MAG
public static final TdmMetadataKey CORRECTION_RANGE
public static final TdmMetadataKey CORRECTION_RCS
public static final TdmMetadataKey CORRECTION_RECEIVE
public static final TdmMetadataKey CORRECTION_TRANSMIT
public static final TdmMetadataKey CORRECTION_ABERRATION_YEARLY
public static final TdmMetadataKey CORRECTION_ABERRATION_DIURNAL
public static final TdmMetadataKey CORRECTIONS_APPLIED
public static TdmMetadataKey[] values()
for (TdmMetadataKey c : TdmMetadataKey.values()) System.out.println(c);
public static TdmMetadataKey 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 boolean process(ParseToken token, ContextBinding context, TdmMetadata container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.