|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuavsim.navigationmodel.A_ChartElement
uavsim.navigationmodel.A_ChartElementTuneable<VOR_ILS_DME_Frequency>
uavsim.navigationmodel.A_ILSCorridor
public abstract class A_ILSCorridor
Defines the shared aspects of a localizer or glideslope corridor for an instrument landing system.
| Field Summary | |
|---|---|
protected AngleNavigational |
_azimuth
the azimuth off the coordinate |
protected Latitude |
_length
the length |
protected AngleNavigational |
_width
the width |
| Fields inherited from class uavsim.navigationmodel.A_ChartElementTuneable |
|---|
_designator, _frequency |
| Fields inherited from class uavsim.navigationmodel.A_ChartElement |
|---|
_anchor, _coordinate, _id |
| Constructor Summary | |
|---|---|
A_ILSCorridor(java.lang.String id,
java.lang.String designator,
VOR_ILS_DME_Frequency frequency,
CoordinateWorld3D coordinate,
AngleNavigational azimuth,
Latitude length,
AngleNavigational width)
Creates an abstract ILS element. |
|
| Method Summary | |
|---|---|
AngleNavigational |
getAzimuth()
Gets the azimuth off the coordinate. |
Latitude |
getLength()
Gets the corridor length. |
AngleNavigational |
getWidth()
Gets the corridor width. |
java.lang.String |
toString()
|
| Methods inherited from class uavsim.navigationmodel.A_ChartElementTuneable |
|---|
getDesignator, getFrequency, hasFrequency |
| Methods inherited from class uavsim.navigationmodel.A_ChartElement |
|---|
areDetailsVisible, getColor, getCoordinate, getID, render, renderLabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final AngleNavigational _azimuth
protected final Latitude _length
protected final AngleNavigational _width
| Constructor Detail |
|---|
public A_ILSCorridor(java.lang.String id,
java.lang.String designator,
VOR_ILS_DME_Frequency frequency,
CoordinateWorld3D coordinate,
AngleNavigational azimuth,
Latitude length,
AngleNavigational width)
id - - the unique element identifierdesignator - - the station designatorfrequency - - the station frequencycoordinate - - the coordinate of the originazimuth - - the azimuth from the coordinatelength - - the lengthwidth - - the width| Method Detail |
|---|
public AngleNavigational getAzimuth()
public Latitude getLength()
public AngleNavigational getWidth()
public java.lang.String toString()
toString in class A_ChartElementTuneable<VOR_ILS_DME_Frequency>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||