Click or drag to resize

EllipsoidRhumbLine Class

A path of constant heading conforming to the surface of an ellipsoid and connecting two planetodetic surface points.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class EllipsoidRhumbLine : EllipsoidSurfaceCurve

The EllipsoidRhumbLine type exposes the following members.

Constructors
  NameDescription
Public methodEllipsoidRhumbLine(Ellipsoid, Cartographic, Cartographic)
Initializes a rhumb line (a line of constant heading) on the ellipsoid connecting the two provided planetodetic points.
Public methodEllipsoidRhumbLine(Ellipsoid, Cartographic, Double, Double)
Initializes a rhumb line (a line of constant heading) on the ellipsoid starting at the provided planetodetic point which has the indicated heading at that point and ends at a point located at the provided distance from the starting point.
Top
Properties
  NameDescription
Public propertyEllipsoid
Gets the ellipsoid on which the rhumb line lies.
(Overrides EllipsoidSurfaceCurveEllipsoid.)
Public propertyFinalPoint
Gets the final planetodetic point on the path.
(Overrides EllipsoidSurfaceCurveFinalPoint.)
Public propertyHeading
Gets the heading of the rhumb line.
Public propertyInitialPoint
Gets the initial planetodetic point on the path.
(Overrides EllipsoidSurfaceCurveInitialPoint.)
Public propertySurfaceDistance
Gets the total distance along the rhumb line to the location of the final point.
(Overrides EllipsoidSurfaceCurveSurfaceDistance.)
Top
Methods
  NameDescription
Public methodComputeCartographicExtent
Computes the cartographic bounding box which completely contains the surface curve.
(Overrides EllipsoidSurfaceCurveComputeCartographicExtent.)
Protected methodComputeHashCode
Computes the hash code for this curve.
(Inherited from EllipsoidSurfaceCurve.)
Public methodComputeIntersection
Computes the nearest intersection (if any) between two EllipsoidSurfaceCurves.
(Inherited from EllipsoidSurfaceCurve.)
Public methodEquals(EllipsoidSurfaceCurve)
Indicates whether the current object is equal to another object of the same type.
(Inherited from EllipsoidSurfaceCurve.)
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Inherited from EllipsoidSurfaceCurve.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindClosestPointOnCurve(Cartographic)
Finds the closest point on the curve from the input point.
(Inherited from EllipsoidSurfaceCurve.)
Public methodFindClosestPointOnCurve(Cartographic, Double)
Finds the closest point on the curve from the input point.
(Overrides EllipsoidSurfaceCurveFindClosestPointOnCurve(Cartographic, Double).)
Public methodGetDiscretePoints
Get a set of points which represent the curve discretely based on a given granularity.
(Inherited from EllipsoidSurfaceCurve.)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from EllipsoidSurfaceCurve.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInterpolateUsingFraction
Provides the location of a point at the indicated portion along the rhumb line.
(Overrides EllipsoidSurfaceCurveInterpolateUsingFraction(Double).)
Public methodInterpolateUsingSurfaceDistance
Provides the location of a point at the indicated distance along the rhumb line.
(Overrides EllipsoidSurfaceCurveInterpolateUsingSurfaceDistance(Double).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSurfaceMotion
Converts the motion given in terms of motion on the rhumb line curve to motion of the surface point.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also