Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 0

A Int32 object.

See Also