public class Flugzeug extends Object
aircraft.json
This file contains dump1090's list of recently seen aircraft. The keys are:
now: the time this file was generated, in seconds since Jan 1 1970 00:00:00 GMT (the Unix epoch).
messages: the total number of Mode S messages processed since dump1090 started.
aircraft: an array of JSON objects, one per known aircraft. Each aircraft has the following keys. Keys will be omitted if data is not available.
hex: the 24-bit ICAO identifier of the aircraft, as 6 hex digits. The identifier may start with '~', this means that the address is a non-ICAO address (e.g. from TIS-B).
squawk: the 4-digit squawk (octal representation)
flight: the flight name / callsign
lat, lon: the aircraft position in decimal degrees
nucp: the NUCp (navigational uncertainty category) reported for the position
seen_pos: how long ago (in seconds before "now") the position was last updated
altitude: the aircraft altitude in feet, or "ground" if it is reporting it is on the ground
vert_rate: vertical rate in feet/minute
track: true track over ground in degrees (0-359)
speed: reported speed in kt. This is usually speed over ground, but might be IAS - you can't tell the difference here, sorry!
messages: total number of Mode S messages received from this aircraft
seen: how long ago (in seconds before "now") a message was last received from this aircraft
rssi: recent average RSSI (signal power), in dbFS; this will always be negative.
Beispiel eines Eintrags:
"hex":"4596b2","squawk":"1742","lat":51.993682,"lon":11.000218,
"nucp":0,"seen_pos":6.1,"altitude":30000,"vert_rate":0,"track":346,
"speed":246,"mlat":["lat","lon","track","speed","vert_rate"],"tisb":[],"messages":244,"seen":0.7,"rssi":-32.7},
| Constructor and Description |
|---|
Flugzeug() |
public String getHex()
public void setHex(String hex)
public String getSquawk()
public void setSquawk(String squawk)
public void setSquawk(Luftnotfall luftnotfall)
public String getLat()
public void setLat(String lat)
lat - public String getLon()
public BigDecimal getLongitude()
public void setLon(String lon)
lon - public String getAltitudeAsString()
public Integer getAltitude()
public void setAltitude(String altitude)
altitude - public String getSpeed()
public void setSpeed(String speed)
speed - public String getFlight()
public void setFlight(String flight)
flight - das flight wird gesetztpublic String getNucp()
public void setNucp(String nucp)
nucp - das nucp wird gesetztpublic String getSeen_pos()
public void setSeen_pos(String seen_pos)
seen_pos - das seen_pos wird gesetztpublic String getVert_rate()
public void setVert_rate(String vert_rate)
vert_rate - das vert_rate wird gesetztpublic String getTrack()
public void setTrack(String track)
track - das track wird gesetztpublic String getMessages()
public void setMessages(String messages)
messages - das messages wird gesetztpublic String getSeen()
public void setSeen(String seen)
seen - das seen wird gesetztpublic String getRssi()
public void setRssi(String rssi)
rssi - das rssi wird gesetztCopyright © 2016. All rights reserved.