Uses of Class
org.opensky.model.OpenSkyStates
-
Packages that use OpenSkyStates Package Description org.opensky.api org.opensky.model -
-
Uses of OpenSkyStates in org.opensky.api
Methods in org.opensky.api that return OpenSkyStates Modifier and Type Method Description OpenSkyStates
OpenSkyApi. getMyStates(int time, String[] icao24, Integer[] serials)
Retrieve state vectors for your own sensors.OpenSkyStates
OpenSkyApi. getStates(int time, String[] icao24)
Retrieve state vectors for a given time.OpenSkyStates
OpenSkyApi. getStates(int time, String[] icao24, OpenSkyApi.BoundingBox bbox)
Retrieve state vectors for a given time. -
Uses of OpenSkyStates in org.opensky.model
Methods in org.opensky.model that return OpenSkyStates Modifier and Type Method Description OpenSkyStates
OpenSkyStatesDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext dc)
-