ConfigurableConnection Class |
Namespace: AGI.Foundation.RouteDesign.Advanced
The ConfigurableConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurableConnection | Initializes a new instance. |
| Name | Description | |
|---|---|---|
| EntryToNextConfiguration |
Gets the result of configuring the entry into the next procedure.
| |
| ExitFromPreviousConfiguration |
Gets the result of configuring the exit from the previous procedure.
| |
| FinalHeading |
Gets the final heading of the connection, in radians.
| |
| FinalPoint |
Gets the final point of the connection segment.
| |
| InitialHeading |
Gets the initial heading of the connection, in radians.
| |
| InitialPoint |
Gets the initial point of the connection segment.
| |
| IsValid |
Gets or sets a value indicating whether this is a valid connection to the previous and next procedures.
| |
| SurfaceDistance |
Gets the total distance traversed by this connection from start to finish, in meters.
| |
| SurfaceShape |
Gets the shape of the reference surface upon which the surface geometry is defined.
|
| Name | Description | |
|---|---|---|
| Configure |
Configure this connection based on its index in the given list of all connections in the route.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetComputationalWeight |
Get the computational weight associated with configuring this connection
with the previous and next procedure. A number larger than one will indicate to
the progress tracking system that the current connection takes more time
to configure than other connections.
| |
| GetDependency |
Get the dependency for the connection indicating whether the previous or next connection
should be configured before this one.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetHeading |
Get the heading at an arbitrary point along the connection, in radians.
| |
| GetPoint |
Get the surface point along the connection at the given arc length.
| |
| GetSurfaceSegment |
Create the surface geometry for the given connection.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetPoints |
Set the initial and final points of the connection segment.
| |
| SetStart |
Set the initial point of the connection segment.
| |
| SetStop |
Set the final point of the connection segment.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |