Back to Devexpress

EllipsoidBasedCartesianToGeoConverter.FalseEasting Property

windowsforms-devexpress-dot-xtramap-dot-ellipsoidbasedcartesiantogeoconverter-8e892552.md

latest1.3 KB
Original Source

EllipsoidBasedCartesianToGeoConverter.FalseEasting Property

Gets or sets the false easting used to convert a Cartesian coordinate system to the geographic coordinate system.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(0)]
public double FalseEasting { get; set; }
vb
<DefaultValue(0)>
Public Property FalseEasting As Double

Property Value

TypeDefaultDescription
Double0

A Double object.

|

See Also

EllipsoidBasedCartesianToGeoConverter Class

EllipsoidBasedCartesianToGeoConverter Members

DevExpress.XtraMap Namespace