faa.tg.nas.airport.runway.rnav
Class RNavApproach
java.lang.Object
faa.tg.nas.flight.Approach
faa.tg.nas.airport.runway.rnav.RNavApproach
- All Implemented Interfaces:
- ManagedObject, java.io.Serializable
public class RNavApproach
- extends Approach
- implements ManagedObject, java.io.Serializable
- See Also:
- Serialized Form
|
Method Summary |
GlideSlope |
getGlideSlope()
|
java.lang.String |
getName()
Represents a unique instance of a class: objects should either be the
only object of a class with that name, or should replace obsolete
objects of that name. |
Route |
getRouteWithCommands()
|
java.lang.String |
toString()
returns a string representation of this object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
CVS_VERSION_ID
public static final java.lang.String CVS_VERSION_ID
- The CVS Version ID
- See Also:
- Constant Field Values
route
private Route route
glideSlope
private GlideSlope glideSlope
RNavApproach
public RNavApproach(Route route,
GlideSlope glideSlope)
getRouteWithCommands
public Route getRouteWithCommands()
getGlideSlope
public GlideSlope getGlideSlope()
- Returns:
- the glideSlope
toString
public java.lang.String toString()
- returns a string representation of this object
- Overrides:
toString in class java.lang.Object
getName
public java.lang.String getName()
- Description copied from interface:
ManagedObject
- Represents a unique instance of a class: objects should either be the
only object of a class with that name, or should replace obsolete
objects of that name.
- Specified by:
getName in interface ManagedObject
- Returns:
- Returns the name of the object.