|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RoutePair
An interface to mark Airport pairs.
| Method Summary | |
|---|---|
boolean |
crosses(double lng)
Returns whether the route crosses a particular meridian. |
Airport |
getAirportA()
Returns the arrival Airport. |
Airport |
getAirportD()
Returns the departure Airport. |
int |
getDistance()
Returns the distance between the Airports. |
| Method Detail |
|---|
Airport getAirportD()
Airport getAirportA()
int getDistance()
boolean crosses(double lng)
lng - the longitude in degrees
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||