faa.tg.ground
Class GroundRoute

java.lang.Object
  extended by faa.tg.nas.route.Route
      extended by faa.tg.ground.GroundRoute
All Implemented Interfaces:
TextWritable, HasName, Filterable, Recordable, ManagedObject, java.io.Serializable, java.lang.Cloneable

Deprecated.

public class GroundRoute
extends Route

Only exists for read compatibility. Remove on Oct 24/2010

Version:
$Id: GroundRoute.java,v 3.59 2008/10/15 19:20:12 lykensj Exp $
Author:
jimh
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class faa.tg.nas.route.Route
Route.DescentCapturePredictor
 
Field Summary
static java.lang.String CVS_VERSION_ID
          Deprecated. The CVS Version ID.
private  Distance mLength
          Deprecated.  
(package private) static long serialVersionUID
          Deprecated.  
private  GroundRouteType type
          Deprecated.  
 
Fields inherited from class faa.tg.nas.route.Route
OFFSET, rnlist, routeNodes, routeSegments, rslist
 
Constructor Summary
GroundRoute()
          Deprecated. Most basic constructor.
 
Method Summary
private  java.lang.Object readResolve()
          Deprecated.  
private  void writeObject(java.io.ObjectOutputStream out)
          Deprecated.  
 
Methods inherited from class faa.tg.nas.route.Route
add, addRouteNode, addRouteNode, calcMinDistanceToTrailingFix, clone, compare, contains, containsNode, debug, determineCaptureSegment, determineCaptureSegmentOrRadial, detNearestSegment, detNearestSegmentOrRadial, distanceBetween, distanceToFix, getAlternativeFix, getFirstNode, getFirstSegment, getIndexOfNode, getLastNode, getName, getNextAltitudeRestriction, getRouteNode, getRouteNode, getRouteNodeAt, getRouteNodeCount, getRouteNodeIterator, getRouteSegmentIterator, getRouteSegmentList, getRouteWithBracketLogic, getSubRoute, getSubRoute, getSubRoute, isEmpty, isRestricted, main, restrictionCaptureTest, routeFollowingDistance, size, toDotSepString, toDraText, toNasString, toSpaceSepString, toString, totalLength, validWithNavigationLimits
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
Deprecated. 
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
Deprecated. 
The CVS Version ID.

See Also:
Constant Field Values

type

private GroundRouteType type
Deprecated. 

mLength

private Distance mLength
Deprecated. 
Constructor Detail

GroundRoute

public GroundRoute()
Deprecated. 
Most basic constructor. Just calls the super's null constructor. The default type for a GroundRoute is GroundRouteType.GROUND_ROUTE.

Method Detail

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Deprecated. 
Throws:
java.io.ObjectStreamException