| Package | Description | 
|---|---|
| agi.foundation.routedesign | 
 Contains types for creating simple routes by specifying procedures at points of interest, how to connect them, and what height and speed to use along the route. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
TakeoffProcedure.checkForSameDefinition(TakeoffProcedure other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
TakeoffProcedure(TakeoffProcedure existingInstance,
                CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |