Click or drag to resize

SurfaceProcedureConnection Class

Base class for all connections that have an arbitrary profile.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.RouteDesign.AdvancedConfigurableConnection
    AGI.Foundation.RouteDesign.AdvancedSurfaceProcedureConnection

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract class SurfaceProcedureConnection : ConfigurableConnection

The SurfaceProcedureConnection type exposes the following members.

Constructors
  NameDescription
Protected methodSurfaceProcedureConnection
Create a new instance.
Top
Properties
  NameDescription
Public propertyConnection
Gets or sets the strategy to use when connecting the previous procedure with the next. This determines the behavior of how the initial and final headings change as the initial and final points change.
Public propertyEntryToNextConfiguration
Gets the result of configuring the entry into the next procedure.
(Inherited from ConfigurableConnection.)
Public propertyExitFromPreviousConfiguration
Gets the result of configuring the exit from the previous procedure.
(Inherited from ConfigurableConnection.)
Public propertyFinalHeading
Gets the final heading of the connection, in radians.
(Overrides ConfigurableConnectionFinalHeading.)
Public propertyFinalPoint
Gets the final point of the connection segment.
(Overrides ConfigurableConnectionFinalPoint.)
Public propertyInitialHeading
Gets the initial heading of the connection, in radians.
(Overrides ConfigurableConnectionInitialHeading.)
Public propertyInitialPoint
Gets the initial point of the connection segment.
(Overrides ConfigurableConnectionInitialPoint.)
Public propertyIsValid
Gets or sets a value indicating whether this is a valid connection to the previous and next procedures.
(Overrides ConfigurableConnectionIsValid.)
Public propertySurfaceDistance
Gets the total distance traversed by this connection from start to finish, in meters.
(Overrides ConfigurableConnectionSurfaceDistance.)
Public propertySurfaceShape
Gets the shape of the reference surface upon which the surface geometry is defined.
(Overrides ConfigurableConnectionSurfaceShape.)
Top
Methods
  NameDescription
Public methodConfigure
Configure this connection based on its index in the given list of all connections in the route.
(Inherited from ConfigurableConnection.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetComputationalWeight
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.
(Inherited from ConfigurableConnection.)
Public methodGetDependency
Get the dependency for the connection indicating whether the previous or next connection should be configured before this one.
(Inherited from ConfigurableConnection.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeading
Get the heading at an arbitrary point along the connection, in radians.
(Overrides ConfigurableConnectionGetHeading(Double).)
Public methodGetPoint
Get the surface point along the connection at the given arc length.
(Overrides ConfigurableConnectionGetPoint(Double).)
Public methodGetSurfaceSegment
Create the surface geometry for the given connection.
(Overrides ConfigurableConnectionGetSurfaceSegment.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetPoints
Set the initial and final points of the connection segment.
(Overrides ConfigurableConnectionSetPoints(Cartographic, Cartographic).)
Public methodSetStart
Set the initial point of the connection segment.
(Overrides ConfigurableConnectionSetStart(Cartographic).)
Public methodSetStop
Set the final point of the connection segment.
(Overrides ConfigurableConnectionSetStop(Cartographic).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also