faa.tg.aidl
Class TgfAidlArc
java.lang.Object
faa.tg.aidl.AidlArc
faa.tg.aidl.TgfAidlArc
- All Implemented Interfaces:
- AidlObject, HasName, Filterable, ManagedObject, java.io.Serializable
public class TgfAidlArc
- extends AidlArc
A aidl arc with extra parameters needed by TGF
turnRadius - radius of the turn, nm
arcDist - arc distance of the turn, nm
loffset - distance from point of intersection to begin turn, nm
poi - struct of lat/lon of point of intersection of seg1 and seg2
bank - the turn bank angle
See the source
TgfAidlArc.java
- Version:
- $Id: TgfAidlArc.java,v 1.1 2008/06/04 18:10:00 samf Exp $
- Author:
- Sam Fullerton, L-3 Titan
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, 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
turnRadius
private Distance turnRadius
arcDistance
private Distance arcDistance
locationOffset
private Distance locationOffset
pointOfIntersection
private Position pointOfIntersection
bankAngle
private RollAngle bankAngle
TgfAidlArc
public TgfAidlArc(AidlLine line1,
AidlLine line2,
Distance radius,
int index)
- Constructor
- Parameters:
line1 - - the first line the arc connects toline2 - - the second line the arc connects toradius - - the radius of the arcindex - - the index of the arc in aidl