EllipsoidRhumbLine Class |
Namespace: AGI.Foundation.Geometry.Shapes
The EllipsoidRhumbLine type exposes the following members.
Name | Description | |
---|---|---|
![]() | EllipsoidRhumbLine(Ellipsoid, Cartographic, Cartographic) |
Initializes a rhumb line (a line of constant heading) on the ellipsoid connecting the two provided planetodetic points.
|
![]() | EllipsoidRhumbLine(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.
|
Name | Description | |
---|---|---|
![]() | Ellipsoid |
Gets the ellipsoid on which the rhumb line lies.
(Overrides EllipsoidSurfaceCurveEllipsoid.) |
![]() | FinalPoint |
Gets the final planetodetic point on the path.
(Overrides EllipsoidSurfaceCurveFinalPoint.) |
![]() | Heading |
Gets the heading of the rhumb line.
|
![]() | InitialPoint |
Gets the initial planetodetic point on the path.
(Overrides EllipsoidSurfaceCurveInitialPoint.) |
![]() | SurfaceDistance |
Gets the total distance along the rhumb line to the location of the final point.
(Overrides EllipsoidSurfaceCurveSurfaceDistance.) |
Name | Description | |
---|---|---|
![]() | ComputeCartographicExtent |
Computes the cartographic bounding box which completely contains the surface curve.
(Overrides EllipsoidSurfaceCurveComputeCartographicExtent.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDiscretePoints |
Get a set of points which represent the curve discretely based on a given granularity.
(Inherited from EllipsoidSurfaceCurve.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InterpolateUsingFraction |
Provides the location of a point at the indicated portion along the rhumb line.
(Overrides EllipsoidSurfaceCurveInterpolateUsingFraction(Double).) |
![]() | InterpolateUsingSurfaceDistance |
Provides the location of a point at the indicated distance along the rhumb line.
(Overrides EllipsoidSurfaceCurveInterpolateUsingSurfaceDistance(Double).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SurfaceMotion |
Converts the motion given in terms of motion on the rhumb line curve to motion of the surface point.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |