Uses of Class
org.opensky.model.StateVector.PositionSource
-
Packages that use StateVector.PositionSource Package Description org.opensky.model -
-
Uses of StateVector.PositionSource in org.opensky.model
Methods in org.opensky.model that return StateVector.PositionSource Modifier and Type Method Description StateVector.PositionSource
StateVector. getPositionSource()
static StateVector.PositionSource
StateVector.PositionSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static StateVector.PositionSource[]
StateVector.PositionSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensky.model with parameters of type StateVector.PositionSource Modifier and Type Method Description void
StateVector. setPositionSource(StateVector.PositionSource positionSource)
-