Click or drag to resize

RhumbLineInterpolator Class

The rhumb line interpolator computes interpolated positions along a rhumb line. Rhumb lines are lines of constant bearing. They appear as straight lines on a Mercator 2D map projection and are well suited to navigation.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class RhumbLineInterpolator : PositionInterpolator

The RhumbLineInterpolator type exposes the following members.

Constructors
  NameDescription
Public methodRhumbLineInterpolator
Initializes a default rhumb line interpolator. This is equivalent to constructing a rhumb line interpolator with a CentralBody equal to an instance of EarthCentralBody and a Granularity of 1 degree.
Public methodRhumbLineInterpolator(CentralBody)
Initializes a rhumb line interpolator with the specified centralBody and a Granularity of 1 degree.
Public methodRhumbLineInterpolator(CentralBody, Double)
Initializes a rhumb line interpolator with the specified centralBody and granularity.
Top
Properties
Methods
  NameDescription
Public methodDispose (Inherited from PositionInterpolator.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterpolate
Computes a rhumb line based on the input positions.
(Overrides PositionInterpolatorInterpolate(IEnumerableCartesian).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also