public class TargetPriority extends Object implements IVmtiMetadataValue, IVTrackItemMetadataValue
From ST0903:
Provides systems downstream a means to intelligently cull targets for a given frame.For example, VMTI processors may generate thousands of hits.
Constructor and Description |
---|
TargetPriority(byte[] bytes)
Create from encoded bytes.
|
TargetPriority(short priority)
Create from value.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes()
Get the encoded bytes.
|
String |
getDisplayableValue()
Return a string of the displayable value.
|
String |
getDisplayName()
Get the human-readable name for the value.
|
short |
getTargetPriority()
Get the target priority.
|
public TargetPriority(short priority)
priority
- the target priority (1 highest, 255 lowest)public TargetPriority(byte[] bytes)
bytes
- Encoded byte arraypublic byte[] getBytes()
IVmtiMetadataValue
getBytes
in interface IVmtiMetadataValue
getBytes
in interface IVTrackItemMetadataValue
public String getDisplayableValue()
IKlvValue
getDisplayableValue
in interface IKlvValue
public String getDisplayName()
IKlvValue
getDisplayName
in interface IKlvValue
public short getTargetPriority()
Copyright © 2022 West Ridge Systems. All rights reserved.