StandardTransitionProfileSegment Methods |
The StandardTransitionProfileSegment type exposes the following members.
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.) |