Serialized Form
-
Package org.opensky.model
-
Class org.opensky.model.OpenSkyStatesDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<OpenSkyStates> implements Serializable
-
Class org.opensky.model.StateVector extends Object implements Serializable
- serialVersionUID:
- -8285575266619754750L
-
Serialized Fields
-
baroAltitude
Double baroAltitude
-
callsign
String callsign
-
geoAltitude
Double geoAltitude
-
heading
Double heading
-
icao24
String icao24
-
lastContact
Double lastContact
-
lastPositionUpdate
Double lastPositionUpdate
-
latitude
Double latitude
-
longitude
Double longitude
-
onGround
boolean onGround
-
originCountry
String originCountry
-
positionSource
StateVector.PositionSource positionSource
-
serials
Set<Integer> serials
-
spi
boolean spi
-
squawk
String squawk
-
velocity
Double velocity
-
verticalRate
Double verticalRate
-
-