Geotools.Net

IEllipsoid.IsIvfDefinitive Method 

Is the Inverse Flattening definitive for this ellipsoid?

[Visual Basic]
Function IsIvfDefinitive() As Boolean
[C#]
bool IsIvfDefinitive();

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.IEllipsoid.IsIvfDefinitive

Remarks

Some ellipsoids use the IVF as the defining value, and calculate the polar radius whenever asked. Other ellipsoids use the polar radius to calculate the IVF whenever asked. This distinction can be important to avoid floating-point rounding errors.

See Also

IEllipsoid Interface | IEllipsoid Members | Geotools.CoordinateReferenceSystems Namespace