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.2.419.0 (24.2.419.0)
Syntax public enum KindOfSurfaceConnection
Public Enumeration KindOfSurfaceConnection
public enum class KindOfSurfaceConnection
type KindOfSurfaceConnection
Members
| Member name | Description |
---|
| 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