Click or drag to resize

ParametricRouteSegment Class

This takes the "Flat" geometry specified by the route and transforms it into geometry with respect to the curvature of the Ellipsoid reference surface. It represents the geometry of one RouteSegment of an overall route.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.InfrastructureDefinitionalObject
    AGI.Foundation.RouteDesign.AdvancedParametricRouteSegment

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 sealed class ParametricRouteSegment : DefinitionalObject

The ParametricRouteSegment type exposes the following members.

Properties
  NameDescription
Public propertyIsFrozen
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.)
Public propertyProfileGeometry
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.
Public propertySegmentDefinition
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.
Public propertySurfaceDistance
Gets the total arc-length traveled along the surface during this segment, in meters.
Public propertySurfaceGeometry
Gets the geometry along the SurfaceShape, parameterized on arc length along the surface path.
Public propertySurfaceShape
Gets the shape of the surface upon which the path is defined.
Top
Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
(Overrides DefinitionalObjectClone(CopyContext).)
Public methodEnumerateDependencies
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).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFreeze
Freezes this object. Further attempts to modify it will result in an ObjectFrozenException.
(Inherited from DefinitionalObject.)
Public methodGetDefinitionHashCode
Gets a hash code representing the definition of this object.
(Inherited from DefinitionalObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeading(Duration)
Get the heading at a given time since the start of the segment.
Public methodGetHeading(Duration, Int32)
Get the heading and rates at a given time since the start of the segment.
Public methodGetHeight(Duration, TerrainProvider)
Get the height at a given time since the start of the segment.
Public methodGetHeight(Duration, Int32, TerrainProvider)
Get the height and rates at a given time since the start of the segment.
Public methodGetSpecialTimes
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameDefinition
Determines if this object has the same definition as another object.
(Inherited from DefinitionalObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTraverseFixed
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.
Top
See Also