public class TrackIdentity extends Object
| Modifier and Type | Field and Description |
|---|---|
IdentityAmplification |
amplification
identity amplifying/modifying descriptors of a track.
|
Identity |
identity
identity information about a track.
|
IffMode |
iffMode
The identification friend foe (IFF) information associated with the track.
|
String |
iffValue
The identification friend foe (IFF) information associated with the track.
|
ModalityType |
source
the source(s) used to determine/estimate the classification
|
int |
sourceReliability
A measure of reliability of the source used to determine/estimate the identity
|
String |
unitName
Name of unit being tracked per STANAG 5527 and AdatP-3.
|
String |
unitSymbol
Symbol of unit being tracked per STANAG 5527 and APP-6A.
|
int |
valueConfidence
A measure of confidence that a correct identity is made.
|
| Constructor and Description |
|---|
TrackIdentity() |
| Modifier and Type | Method and Description |
|---|---|
IdentityAmplification |
getAmplification() |
Long |
getId() |
Identity |
getIdentity() |
IffMode |
getIffMode() |
String |
getIffValue() |
ModalityType |
getSource() |
int |
getSourceReliability() |
String |
getUnitName() |
String |
getUnitSymbol() |
int |
getValueConfidence() |
void |
setAmplification(IdentityAmplification amplification) |
void |
setId(Long id) |
void |
setIdentity(Identity identity) |
void |
setIffMode(IffMode iffMode) |
void |
setIffValue(String iffValue) |
void |
setSource(ModalityType source) |
void |
setSourceReliability(int sourceReliability) |
void |
setUnitName(String unitName) |
void |
setUnitSymbol(String unitSymbol) |
void |
setValueConfidence(int valueConfidence) |
public Identity identity
values are derived from STANAG 1241. See Identity
public IdentityAmplification amplification
values are derived from STANAG 1241. The amplification element is filled only if the identity is not NULL.
public ModalityType source
public int valueConfidence
NOTE: This value is set only when the identity is not NULL
Provides a level of confidence or certainty. Allowed values are 0 to 100, indicating a percentage of certainty. No guidance is imposed on how this percentage is calculated, as it will vary depending on the class from which the enumeration is called. The value 0 indicates no confidence; a value of 100 indicates the highest possible confidence. This field is intended to be analogous to credibility (of information) criteria specified in AJP 2.1, whose values range from 1 to 6, but no assignment of qualitative confidence statements is imposed on specific ranges of percentages.
public int sourceReliability
NOTE: This value is set only when the identity is not NULL
Provides a measure of confidence in the reliability of the source that generated the confidence value. Source may be a person, algorithm, exploitation/tracker system, or unit/organization. Allowed values are 0 to 100. The value 0 indicates no reliability; a value of 100 indicates the highest possible reliability. This field is intended to be analogous to reliability (of source) criteria specified in AJP 2.1, whose values range from A to F, but no assignment of qualitative reliability statements is imposed on specific ranges of percentages.
public IffMode iffMode
public String iffValue
public String unitName
Typical example is BFT, where identification of unit being tracked is well known.
public String unitSymbol
Typical example is BFT, where identification of unit being tracked is well known.
public Long getId()
public void setId(Long id)
public IdentityAmplification getAmplification()
public void setAmplification(IdentityAmplification amplification)
public Identity getIdentity()
public void setIdentity(Identity identity)
public ModalityType getSource()
public void setSource(ModalityType source)
public int getValueConfidence()
public void setValueConfidence(int valueConfidence)
public int getSourceReliability()
public void setSourceReliability(int sourceReliability)
public IffMode getIffMode()
public void setIffMode(IffMode iffMode)
public String getIffValue()
public void setIffValue(String iffValue)
public String getUnitName()
public void setUnitName(String unitName)
public String getUnitSymbol()
public void setUnitSymbol(String unitSymbol)
Copyright © 2013–2022. All rights reserved.