public enum CdmRelativeMetadataKey extends Enum<CdmRelativeMetadataKey>
CDM container
entries.Enum Constant and Description |
---|
COLLISION_PROBABILITY
The probability (between 0.0 and 1.0) that Object1 and Object2 will collide.
|
COLLISION_PROBABILITY_METHOD
The method that was used to calculate the collision probability.
|
MISS_DISTANCE
Norm of relative position vector at TCA.
|
RELATIVE_POSITION_N
The N component of Object2’s position relative to Object1’s position in the Radial/Transverse/Normal coordinate frame.
|
RELATIVE_POSITION_R
The R component of Object2’s position relative to Object1’s position in the Radial/Transverse/Normal coordinate frame.
|
RELATIVE_POSITION_T
The T component of Object2’s position relative to Object1’s position in the Radial/Transverse/Normal coordinate frame.
|
RELATIVE_SPEED
Norm of relative velocity vector at TCA.
|
RELATIVE_VELOCITY_N
The N component of Object2’s velocity relative to Object1’s veloity in the Radial/Transverse/Normal coordinate frame.
|
RELATIVE_VELOCITY_R
The R component of Object2’s velocity relative to Object1’s veloity in the Radial/Transverse/Normal coordinate frame.
|
RELATIVE_VELOCITY_T
The T component of Object2’s velocity relative to Object1’s veloity in the Radial/Transverse/Normal coordinate frame.
|
SCREEN_ENTRY_TIME
The time in UTC when Object2 enters the screening volume.
|
SCREEN_EXIT_TIME
The time in UTC when Object2 exits the screening volume.
|
SCREEN_VOLUME_FRAME
Name of the Object1 centered reference frame in which the screening volume data are given.
|
SCREEN_VOLUME_SHAPE
Shape of the screening volume.
|
SCREEN_VOLUME_X
The R or T (depending on if RTN or TVN is selected) component size of the screening volume in the SCREEN_VOLUME_FRAME.
|
SCREEN_VOLUME_Y
The T or V (depending on if RTN or TVN is selected) component size of the screening volume in the SCREEN_VOLUME_FRAME.
|
SCREEN_VOLUME_Z
The N component size of the screening volume in the SCREEN_VOLUME_FRAME.
|
START_SCREEN_PERIOD
The start time in UTC of the screening period for the conjunction assessment.
|
STOP_SCREEN_PERIOD
The stop time in UTC of the screening period for the conjunction assessment.
|
TCA
Date and time in UTC of the closest approach.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
CdmRelativeMetadata container)
Process one token.
|
static CdmRelativeMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CdmRelativeMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CdmRelativeMetadataKey TCA
public static final CdmRelativeMetadataKey MISS_DISTANCE
public static final CdmRelativeMetadataKey RELATIVE_SPEED
public static final CdmRelativeMetadataKey RELATIVE_POSITION_R
public static final CdmRelativeMetadataKey RELATIVE_POSITION_T
public static final CdmRelativeMetadataKey RELATIVE_POSITION_N
public static final CdmRelativeMetadataKey RELATIVE_VELOCITY_R
public static final CdmRelativeMetadataKey RELATIVE_VELOCITY_T
public static final CdmRelativeMetadataKey RELATIVE_VELOCITY_N
public static final CdmRelativeMetadataKey START_SCREEN_PERIOD
public static final CdmRelativeMetadataKey STOP_SCREEN_PERIOD
public static final CdmRelativeMetadataKey SCREEN_VOLUME_FRAME
public static final CdmRelativeMetadataKey SCREEN_VOLUME_SHAPE
public static final CdmRelativeMetadataKey SCREEN_VOLUME_X
public static final CdmRelativeMetadataKey SCREEN_VOLUME_Y
public static final CdmRelativeMetadataKey SCREEN_VOLUME_Z
public static final CdmRelativeMetadataKey SCREEN_ENTRY_TIME
public static final CdmRelativeMetadataKey SCREEN_EXIT_TIME
public static final CdmRelativeMetadataKey COLLISION_PROBABILITY
public static final CdmRelativeMetadataKey COLLISION_PROBABILITY_METHOD
public static CdmRelativeMetadataKey[] values()
for (CdmRelativeMetadataKey c : CdmRelativeMetadataKey.values()) System.out.println(c);
public static CdmRelativeMetadataKey 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, CdmRelativeMetadata container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.