|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.aidl.AidlGlideSlope
public class AidlGlideSlope
Defines a aidl glide slope See the source AidlGlideSlope.java
| Field Summary | |
|---|---|
private Altitude |
alt
|
private Angle |
angle
|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private AidlFix |
fix
|
private int |
index
|
private java.lang.String |
name
|
static java.lang.String |
NAME_SUFFIX
|
(package private) static long |
serialVersionUID
|
private Specifier |
type
|
| Constructor Summary | |
|---|---|
AidlGlideSlope(AidlFix fix,
Altitude altitude,
Angle angle,
Specifier type,
int index)
Constructor |
|
AidlGlideSlope(AidlFix fix,
Runway runway,
Position acPosition,
int index)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns whether this object is equal to the given object |
int |
getIndex()
Returns Aidl index |
java.lang.String |
getName()
Returns a unique name Required by HasName inteface |
java.lang.String |
toString()
Returns a string representation of this object |
Element |
toXml()
Retuns an XML representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private AidlFix fix
private Angle angle
private Altitude alt
private Specifier type
private int index
private java.lang.String name
public static final java.lang.String NAME_SUFFIX
| Constructor Detail |
|---|
public AidlGlideSlope(AidlFix fix,
Runway runway,
Position acPosition,
int index)
fix - - the aidl fix where glide slope startsrunway - - the runway that contains the glide slopeacPosition - - the position of the aircraft when it
intersected the glideslopeindex - - the aidl index of the glide slope
public AidlGlideSlope(AidlFix fix,
Altitude altitude,
Angle angle,
Specifier type,
int index)
fix - - the aidl fix where glide slope startsaltitude - - the altitude of the glide slopeangle - - the angle of the glide slopetype - - the type of altitudeindex - - the aidl index of the glide slope| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in interface AidlObjectequals in class java.lang.Objectobj - - the object to checkpublic int getIndex()
getIndex in interface AidlObjectpublic java.lang.String getName()
getName in interface ManagedObjectpublic Element toXml()
toXml in interface AidlObjectpublic java.lang.String toString()
toString in interface AidlObjecttoString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||