| ParametricRouteSegment Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: AGI.Foundation.RouteDesign.Advanced
 Syntax
SyntaxThe ParametricRouteSegment type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | 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.) | 
|  | ProfileGeometry | 
            Gets the vertical and temporal geometry along the surface path, 
            parameterized on time from the start of the profile.  This includes both height and speed along the trajectory.
             | 
|  | SegmentDefinition | 
            Gets the definitional object specifying the behavior of this particular segment prior to 
            propagating it with a RoutePropagator.  This can be used to identify this
            segment in the list of segments in a PropagatedRoute.
             | 
|  | SurfaceDistance | 
            Gets the total arc-length traveled along the surface during this segment, in meters.
             | 
|  | SurfaceGeometry | 
            Gets the geometry along the SurfaceShape, parameterized on arc length along the surface path.
             | 
|  | SurfaceShape | 
            Gets the shape of the surface upon which the path is defined.
             | 
 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.
      (Overrides DefinitionalObjectEnumerateDependencies(DependencyEnumerator).) | 
|  | 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.) | 
|  | GetDefinitionHashCode | 
            Gets a hash code representing the definition of this object.
            (Inherited from DefinitionalObject.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetHeading(Duration) | 
            Get the heading at a given time since the start of the segment.
             | 
|  | GetHeading(Duration, Int32) | 
            Get the heading and rates at a given time since the start of the segment.
             | 
|  | GetHeight(Duration, TerrainProvider) | 
            Get the height at a given time since the start of the segment.
             | 
|  | GetHeight(Duration, Int32, TerrainProvider) | 
            Get the height and rates at a given time since the start of the segment.
             | 
|  | GetSpecialTimes | 
            Gets the "special times" with respect to the beginning of the segment.  These
            are times when the route can have discontinuities in curvature due to the 
            connection of two different subsegments, the beginning of a turn or pitch maneuver,
            or because of some other behavior inside a given segment.  In general, unless
            there is a noted ConfigurationError
            in the propagated route, these special times will generally denote the beginning and end
            of turns and pitch maneuvers where the route is at least C0 continuous, likely to be C1 continuous,
            and generally not guaranteed to be C2 continuous.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IsSameDefinition | 
        Determines if this object has the same definition as another object.
      (Inherited from DefinitionalObject.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | TraverseFixed | 
            Produces the position along the route in the fixed frame of the SurfaceShape
            as a function of time from the start of this segment of the route.  If an order is specified,
            this will also produce velocity and acceleration.  
             | 
 See Also
See Also