|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.adsb.AdsbVector
public class AdsbVector
AdsbVector is a class that is used to define an object containing ADS-B aircraft state information. It can read in AdsbVector information from a data stream and print the information out to a String.See the source: AdsbVector.java
| Field Summary | |
|---|---|
(package private) Acid |
acid
ACID of the aircraft transmitting this ADS-B state information. |
(package private) AltitudeRate |
altRate
Altitude rate when the ADS-B state information was transmitted. |
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
(package private) GroundTrackHeading |
groundTrackHeading
Ground track heading when ADS-B state information was transmitted. |
(package private) GroundTrackSpeed |
groundTrackSpeed
Ground track speed when the ADS-B state information was transmitted. |
(package private) byte[] |
participAddr
24-bit (3 byte) ADS-B participant address of this aircraft. |
(package private) Position |
position
Aircraft position when the ADS-B state information was transmitted. |
(package private) static long |
serialVersionUID
|
(package private) SystemTime |
transmitTime
The time the ADS-B state information was transmitted. |
| Constructor Summary | |
|---|---|
AdsbVector(Acid acid,
Position position,
GroundTrackSpeed groundTrackSpeed,
GroundTrackHeading groundTrackHeading,
AltitudeRate altRate)
|
|
AdsbVector(AircraftState acState)
Constructor for AdsbVector class that takes an AircraftState. |
|
| Method Summary | |
|---|---|
Acid |
getAcid()
Gets the Acid object of geographic info about the point of acid. |
AltitudeRate |
getAltRate()
|
GroundTrackHeading |
getGroundTrackHeading()
|
GroundTrackSpeed |
getGroundTrackSpeed()
|
byte[] |
getParticipantAddr()
Gets the 24-bit (3 byte) ADS-B participant address of this aircraft. |
Position |
getPosition()
|
SystemTime |
getTransmitTime()
|
java.lang.String |
toString()
Prints the AircraftState information to a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
Acid acid
byte[] participAddr
SystemTime transmitTime
Position position
GroundTrackSpeed groundTrackSpeed
GroundTrackHeading groundTrackHeading
AltitudeRate altRate
| Constructor Detail |
|---|
public AdsbVector(AircraftState acState)
public AdsbVector(Acid acid,
Position position,
GroundTrackSpeed groundTrackSpeed,
GroundTrackHeading groundTrackHeading,
AltitudeRate altRate)
| Method Detail |
|---|
public byte[] getParticipantAddr()
public Acid getAcid()
public AltitudeRate getAltRate()
public GroundTrackHeading getGroundTrackHeading()
public GroundTrackSpeed getGroundTrackSpeed()
public Position getPosition()
public SystemTime getTransmitTime()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||