Geotools.Net

Ellipsoid.InverseFlattening Property

The inverse of the flattening value, or Double.PositiveInfinity if the ellipsoid is a sphere.

[Visual Basic]
NotOverridable Public ReadOnly Property InverseFlattening As Double Implements _
   IEllipsoid.InverseFlattening
[C#]
public double InverseFlattening {get;}

Property Value

Missing <value> documentation for P:Geotools.CoordinateReferenceSystems.Ellipsoid.InverseFlattening

Implements

IEllipsoid.InverseFlattening

Remarks

The ratio of the distance between the center and a focus of the ellipse to the length of its semimajor axis. The eccentricity can alternately be computed from the equation:

e=sqrt(2f-f²)
.

See Also

Ellipsoid Class | Ellipsoid Members | Geotools.CoordinateReferenceSystems Namespace