| 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 | 
|---|---|
ParametricRouteSegment | 
PropagatedRoute.getSegment(RouteSegment segmentDefinition)
Attempts to find the parametric geometry for a particular procedure or connection segment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ParametricRouteSegment> | 
PropagatedRoute.getSegments()
Gets the list of parametric segments defining the geometry of the individual pieces of the route,
    which together form the overall trajectory. 
 |