Click or drag to resize

KindOfSurfaceConnection Enumeration

An enumeration indicating the kind of behavior to use when connecting surface procedures.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum KindOfSurfaceConnection
Members
  Member nameDescription
RhumbLine Connects by using a constant heading. For long connections, this will appear to curve on the 3D surface but will produce a straight line on a 2D (Mercator) map.
Geodesic Connects by using the shortest distance. For long connections, this will seem straighter on the 3D surface but will produce a deflection in latitude on a 2D (Mercator) map.
See Also