Skip to main content

MercatorAuxiliarySphereCartesianToGeoConverter.SphereType Property

Gets or sets the sphere type used to convert a Cartesian coordinate system to the geographic coordinate system.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(0)]
public int SphereType { get; set; }

Property Value

Type Default Description
Int32 0

A Int32 object.

See Also