Interface RoutePlot
- All Superinterfaces:
RoutePair
- All Known Implementing Classes:
RoutePlotQuestion, RoutePlotQuestionProfile
An interface to mark Route Plotting questions and question profiles.
- Since:
- 2.3
- Version:
- 12.0
- Author:
- Luke
-
Nested Class Summary
Nested classes/interfaces inherited from interface RoutePair
RoutePair.RoutePairImplModifier and TypeInterfaceDescriptionstatic classHelper class when all you need is a naked RoutePair. -
Method Summary
Modifier and TypeMethodDescriptionvoidUpdates the arrival Airport.voidUpdates the departure Airport.Methods inherited from interface RoutePair
createKey, getAirportA, getAirportD, getAirports, getDistance, getFlightType, includes, isPopulated, matches, midPointModifier and TypeMethodDescriptiondefault StringReturns a key that describes the route pair.Returns the arrival Airport.Returns the departure Airport.Returns the airports in this Route Pair.default intReturns the distance between the Airports.default FlightTypeReturns the flight type for customs/gate purposes.default booleanReturns whether this RoutePair includes a particular IATA or ICAO code.default booleanReturns whether both airports are populated.default booleanReturns whether this RoutePair matches a particular Route Pair.default GeoLocationmidPoint()Returns the midpoint between the two Airports on a Great Circle route.
-
Method Details
-
setAirportD
Updates the departure Airport.- Parameters:
a- the departure Airport bean
-
setAirportA
-