public class Track extends Object
| Constructor and Description |
|---|
Track() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassification(TrackClassification classification)
sets the classification information about this track
|
void |
addIdentity(TrackIdentity identity)
sets the identity information about this track
|
void |
addManagement(TrackManagement management)
sets the management information about this track
|
void |
addMotionImagery(MotionImagery image) |
void |
addPoint(TrackPoint point)
Adds a TrackPoint to the list of TrackPoints comprise this track
|
void |
addTrackRelation(LineageRelation relation)
Adds a track relation
|
List<TrackClassification> |
getClassifications()
Provides classification information about this track
|
String |
getComment() |
Long |
getId() |
List<TrackIdentity> |
getIdentities()
Provides identity information about a track.
|
List<TrackManagement> |
getManagements()
Provides management information about this track
|
List<MotionImagery> |
getMotionImages()
Provides video (motion imagery) information about this track
|
List<TrackPoint> |
getPoints()
A list of the TrackPoints which comprise this track
|
Security |
getSecurity() |
TrackStatus |
getStatus() |
String |
getTrackNumber() |
List<LineageRelation> |
getTrackRelations()
Provides a list of related tracks
|
String |
getUuid()
The UUID of a track
|
void |
setClassifications(List<TrackClassification> classifications) |
void |
setComment(String comment) |
void |
setId(Long id) |
void |
setIdentities(List<TrackIdentity> identities) |
void |
setManagements(List<TrackManagement> managements) |
void |
setMotionImages(List<MotionImagery> motionImages) |
void |
setPoints(List<TrackPoint> points)
Sets the list of TrackPoints which comprise this track
|
void |
setSecurity(Security security) |
void |
setStatus(TrackStatus status) |
void |
setTrackNumber(String trackNumber) |
void |
setTrackRelations(List<LineageRelation> trackRelations) |
void |
setUuid(String uuid)
Sets the UUID of the track
|
public Long getId()
public void setId(Long id)
public String getUuid()
public void setUuid(String uuid)
uuid - public String getTrackNumber()
public void setTrackNumber(String trackNumber)
public TrackStatus getStatus()
public void setStatus(TrackStatus status)
public Security getSecurity()
public void setSecurity(Security security)
public String getComment()
public void setComment(String comment)
public List<TrackPoint> getPoints()
public void setPoints(List<TrackPoint> points)
points - the list of TrackPoints which comprise this trackpublic void addPoint(TrackPoint point)
point - the TrackPoint to addpublic List<TrackIdentity> getIdentities()
values are derived from STANAG 1241.
TrackIdentitypublic void setIdentities(List<TrackIdentity> identities)
public void addIdentity(TrackIdentity identity)
identity - TrackIdentitypublic List<TrackClassification> getClassifications()
TrackClassificationpublic void setClassifications(List<TrackClassification> classifications)
public void addClassification(TrackClassification classification)
classification - TrackClassificationpublic List<TrackManagement> getManagements()
TrackManagementpublic void setManagements(List<TrackManagement> managements)
public void addManagement(TrackManagement management)
management - TrackManagementpublic List<LineageRelation> getTrackRelations()
LineageRelation>public void setTrackRelations(List<LineageRelation> trackRelations)
public void addTrackRelation(LineageRelation relation)
public List<MotionImagery> getMotionImages()
MotionImagerypublic void setMotionImages(List<MotionImagery> motionImages)
public void addMotionImagery(MotionImagery image)
Copyright © 2013–2020. All rights reserved.