CesiumArcType Enumeration |
Specifies the type of an arc.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CesiumArcType
Public Enumeration CesiumArcType
public enum class CesiumArcType
Members
| Member name | Description |
---|
| None |
The arc is a straight line that does not conform to the surface of an ellipsoid.
|
| Geodesic |
The arc is a geodesic, which is the shortest path conforming to the surface of an ellipsoid.
|
| Rhumb |
The arc is a rhumb line, or loxodrome, which is the path of constant heading conforming to the surface of an ellipsoid.
|
See Also