| Package | Description | 
|---|---|
| agi.foundation.routedesign.advanced | 
 Contains types used to define immutable geometry and configuration for routes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GeodesicConnectionStrategy
A connection strategy that connects two procedures with a straight path
 of minimum distance (geodesic). 
 | 
class  | 
RhumbLineConnectionStrategy
A connection strategy that connects two procedures with a straight path
 following a constant heading. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConnectionStrategy | 
SurfaceProcedureConnection.getConnection()
Gets the strategy to use when connecting the previous procedure with the next. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
SurfaceProcedureConnection.setConnection(ConnectionStrategy value)
Sets the strategy to use when connecting the previous procedure with the next. 
 | 
EllipsoidSurfaceCurve | 
SurfaceArc.targetPoint(ConnectionStrategy curve,
           Cartographic target,
           KindOfTangent tangentBehavior)
Given a target point outside of the arc, find the heading that is tangent to the 
     
EllipsoidSurfaceCurve connecting the target point and the arc. |