Shape Enumeration
Earth Shape for Calculations.
Namespace: CoordinateSharpAssembly: CoordinateSharp (in CoordinateSharp.dll) Version: 3.1.1.1
XMLNS for XAML: Not mapped to an xmlns.
[SerializableAttribute]
public enum Shape
Sphere | 0 |
Calculate as sphere (less accurate, more efficient).
|
Ellipsoid | 1 |
Calculate as ellipsoid (more accurate, less efficient).
|