public class TrackManagement extends TrackItem
| Modifier and Type | Field and Description |
|---|---|
boolean |
alertIndicator
a flag to indicate an emergency situation, in accordance with Link 16 Force Tell and Emergency
indicator (J3.5).
|
Area |
area
A track production area assigned to a tracker by a track data coordinator.
|
TrackEnvironment |
environment
Information related to the environment in which a track is computed (i.e.
|
String |
nationality
Nationality of the tracker that produced the reported track
|
int |
quality
Quality of the track.
|
ModalityType |
sourceModality
Information about the modality from which a track is computed.
|
String |
stationId
Station ID of the tracker that produced the reported track
|
TrackerType |
trackerType
Type of tracker that produced the reported track.
|
| Constructor and Description |
|---|
TrackManagement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAlertIndicator() |
Area |
getArea() |
TrackEnvironment |
getEnvironment() |
Long |
getId() |
String |
getNationality() |
int |
getQuality() |
ModalityType |
getSourceModality() |
String |
getStationId() |
TrackerType |
getTrackerType() |
void |
setAlertIndicator(boolean alertIndicator) |
void |
setArea(Area area) |
void |
setEnvironment(TrackEnvironment environment) |
void |
setId(Long id) |
void |
setNationality(String nationality) |
void |
setQuality(int quality) |
void |
setSourceModality(ModalityType sourceModality) |
void |
setStationId(String stationId) |
void |
setTrackerType(TrackerType trackerType) |
getComment, getSecurity, getSource, getTime, getUuid, setComment, setSecurity, setSource, setTime, setUuidpublic Area area
see AdatP-33 for TDL track management.
public ModalityType sourceModality
See ModalityType
public TrackEnvironment environment
See TrackEnvironment
public int quality
Allowed values from 0-15 in accordance of Link 16 J3.5, field Track Quality. Element can be used to support distributed track management.
public String stationId
public String nationality
public TrackerType trackerType
TrackerTypepublic boolean alertIndicator
public Long getId()
public void setId(Long id)
public Area getArea()
public void setArea(Area area)
public ModalityType getSourceModality()
public void setSourceModality(ModalityType sourceModality)
public TrackEnvironment getEnvironment()
public void setEnvironment(TrackEnvironment environment)
public int getQuality()
public void setQuality(int quality)
public String getStationId()
public void setStationId(String stationId)
public String getNationality()
public void setNationality(String nationality)
public TrackerType getTrackerType()
public void setTrackerType(TrackerType trackerType)
public boolean getAlertIndicator()
public void setAlertIndicator(boolean alertIndicator)
Copyright © 2013–2022. All rights reserved.