Click or drag to resize

CesiumArcType Enumeration

Specifies the type of an arc.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CesiumArcType
Members
  Member nameDescription
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