| StandardTransitionProfileSegment Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.RouteDesign.Advanced
 Syntax
SyntaxThe StandardTransitionProfileSegment type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FinalAngle | 
            Gets the final flight path angle with respect to the reference surface, in radians.
             | 
|  | FinalDuration | 
            Gets the time it takes for the segment to transition from the inclined slope
            to the final conditions.
             | 
|  | FinalHeight | 
            Gets the final height above the reference surface, in meters.
             | 
|  | FinalHeightRate | 
            Gets the final vertical velocity, in meters per second.
             | 
|  | FinalSurfaceSpeed | 
            Gets the value for the horizontal surface speed at the start of the profile, in meters per second.
             | 
|  | InitialAngle | 
            Gets the initial flight path angle with respect to the reference surface, in radians.
             | 
|  | InitialDuration | 
            Gets the time it takes for the segment to transition from the initial conditions
            to the inclined slope.
             | 
|  | InitialHeight | 
            Gets the initial height above the reference surface, in meters.
             | 
|  | InitialHeightRate | 
            Gets the initial vertical velocity, in meters per second.
             | 
|  | InitialSurfaceSpeed | 
            Gets the value for the horizontal surface speed at the start of the profile, in meters per second.
             | 
|  | IntermediateAccelerationAlongSlope | 
            Gets the total acceleration along the climb or descent plane measured positive
            along the direction of motion, in meters per second squared.
             | 
|  | IntermediateDuration | 
            Gets the time it takes for the segment to transition along the inclined slope
            while ascending or descending.
             | 
|  | IntermediateHorizontalAcceleration | 
            Gets the horizontal acceleration during the climb or descent measured positive
            along the direction of motion, in meters per second squared.
             | 
|  | IntermediateHorizontalRate | 
            Gets the horizontal velocity during the climb or descent, in meters per second.
             | 
|  | IntermediateInclineAngle | 
            Gets the intermediate flight path angle with respect to the corresponding reference surface, in radians.
             | 
|  | IntermediateVerticalAcceleration | 
            Gets the vertical acceleration during the climb or descent measured positive
            along the direction of motion, in meters per second squared.
             | 
|  | IntermediateVerticalRate | 
            Gets the vertical velocity during the climb or descent, in meters per second.
             | 
|  | IsFrozen | 
            Gets a value indicating whether this object is frozen.  A frozen object cannot be modified and an
            ObjectFrozenException will be thrown if an attempt is made to do so.
            (Inherited from DefinitionalObject.) | 
|  | MaximumIntermediateVerticalRate | 
            Gets the maximum rate of change of the height, in meters per second, 
            when transitioning from one height to the next.  If the IntermediateVerticalAcceleration
            is zero, then this is the same as the IntermediateVerticalRate.  Otherwise, the
            value depends on the acceleration and whether the segment is accelerating or decelerating.
             | 
|  | TotalDistance | 
            Gets the total horizontal distance traverse by the profile segment, in meters.
             | 
|  | TotalDuration | 
            Gets the total time it takes for the segment to complete the transition from
            the initial conditions through an ascent or descent maneuver and then to connect
            with the final conditions.
             | 
|  | TotalTime | 
            Gets the total time elapsed over the course of this segment.
            (Overrides ProfileSegmentTotalTime.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | 
            Clones this object using the specified context.
            (Overrides DefinitionalObjectClone(CopyContext).) | 
|  | EnumerateDependencies | 
        Enumerates the dependencies of this object by calling
        EnumerateT(T) for each object that this object directly depends upon.
        Derived classes which contain additional dependencies MUST override this method, call the base
        implementation, and enumerate dependencies introduced by the derived class.
      (Inherited from DefinitionalObject.) | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Freeze | 
            Freezes this object.  Further attempts to modify it will result
            in an ObjectFrozenException.
            (Inherited from DefinitionalObject.) | 
|   | GetConstrainedInclinedSegment | 
            Get a segment without specifying the intermediate flight path angle.
             | 
|  | GetDefinitionHashCode | 
            Gets a hash code representing the definition of this object.
            (Inherited from DefinitionalObject.) | 
|   | GetDegenerateSegment | 
            Creates a segment which represents an instantaneous height and height rate for degenerate surface geometry.
             | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetHeight(Duration) | 
            Get the value for the height above the TerrainProvider height reference
            specified by the GetHeightReference(Duration) method at the given time.
            (Overrides ProfileSegmentGetHeight(Duration).) | 
|  | GetHeight(Duration, Int32) | 
            Get the value for the height above the TerrainProvider height reference
            specified by the GetHeightReference(Duration) method at the given time.
            (Overrides ProfileSegmentGetHeight(Duration, Int32).) | 
|  | GetHeightReference | 
            Get the TerrainProvider height reference for the profile height at the given time.
            (Overrides ProfileSegmentGetHeightReference(Duration).) | 
|   | GetSegmentAtAngle | 
            Creates an inclined profile segment with an incline at a given flight path angle.  
            The total distance is unspecified.
             | 
|   | GetSegmentAtAngleWithoutFinalHeight | 
            Creates an inclined profile segment with an incline at a given flight path angle.
            The final height is unspecified.
             | 
|   | GetSegmentAtAngleWithoutInitialHeight | 
            Creates an inclined profile segment with an incline at a given flight path angle.
            The initial height is unspecified.
             | 
|   | GetSegmentUsingSurfaceSpeed | 
            Creates an inclined profile segment where the intermediate flight path angle is defined
            by the initial and final height along with the vehicle dynamics.
             | 
|   | GetSegmentWithoutFinalConditions(Double, Double, Double, Double, Double, Double, TerrainProvider, ProfileDynamics) | 
            Creates an inclined profile segment with an incline at a given flight path angle.
            The final height and final speed are unspecified.  The intermediate incline angle
            is determined such that the intermediate rate of change of height is at or below
            the specified heightRate.  There is no final pitch maneuver so
            the final angle is the same as the intermediate angle.
             | 
|   | GetSegmentWithoutFinalConditions(Double, Double, Double, Double, Double, Double, Double, TerrainProvider, ProfileDynamics) | 
            Creates an inclined profile segment with an incline at a given flight path angle.
            The final height and final speed are unspecified.  The intermediate incline angle
            is determined such that the intermediate rate of change of height is at or below
            the specified heightRate.
             | 
|   | GetSegmentWithPrescribedAcceleration(Double, Double, Double, Double, Double, Double, TerrainProvider, ProfileDynamics) | 
            Creates an inclined profile segment where the intermediate flight path angle is defined
            by the initial and final height and the thrust acceleration determines the final speed.
             | 
|   | GetSegmentWithPrescribedAcceleration(Double, Double, Double, Double, Double, Double, Double, TerrainProvider, ProfileDynamics) | 
            Creates an inclined profile segment where the intermediate flight path angle is defined
            by the initial and final height and the thrust acceleration determines the final speed.
             | 
|   | GetStraightSegment(Double, Double, Double, Double, Double, TerrainProvider) | 
            Creates a straight line from the initial height to the final height without any pitching maneuvers.
             | 
|   | GetStraightSegment(Double, Double, Double, Double, Double, Double, TerrainProvider) | 
            Creates a straight line from the initial height to the final height without any pitching maneuvers,
            with the additional constraint that the thrust acceleration along the slope can't exceed a specified value.
             | 
|   | GetStraightSegmentWithPrescribedAcceleration | 
            Creates a straight line from the initial height to the final height without any pitching maneuvers
            but also applies the acceleration to determine the final speed.
             | 
|  | GetSurfaceMotion(Duration) | 
            Get the value for the arc length along the surface path, in meters.
            (Overrides ProfileSegmentGetSurfaceMotion(Duration).) | 
|  | GetSurfaceMotion(Duration, Int32) | 
            Get the value for the arc length and its derivatives along the surface path, in meters and seconds.
            (Overrides ProfileSegmentGetSurfaceMotion(Duration, Int32).) | 
|  | GetTotalTime | 
            Get the time required to travel the specified arc length.
            (Overrides ProfileSegmentGetTotalTime(Double).) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IsSameDefinition(Object) | 
        Determines if this object has the same definition as another object.
      (Inherited from DefinitionalObject.) | 
|  | IsSameDefinition(ProfileSegment) | 
        Determines if this object has the same definition as another object.
      (Inherited from ProfileSegment.) | 
|   | IsValidIncline | 
            Checks to see whether the given incline is feasible without violating the boundary conditions and dynamics.
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also