| 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. 
 | 
| agi.foundation.routedesign.advanced | 
 Contains types used to define immutable geometry and configuration for routes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProcedureConfigurationResult> | 
PropagatedRoute.getProcedureConfigurationResults()
Gets a list containing results for procedures where there was a problem or other metadata associated with the configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
ProcedureConfigurationResult.checkForSameDefinition(ProcedureConfigurationResult other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
ProcedureConfigurationResult(ProcedureConfigurationResult existingInstance,
                            CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |