Creates an ellipsoid from an major radius, and inverse flattening.
[Visual Basic]
NotOverridable Public Function CreateFlattenedSphere( _
ByVal name As String, _
ByVal semiMajorAxis As Double, _
ByVal inverseFlattening As Double, _
ByVal linearUnit As ILinearUnit _
) As IEllipsoid Implements _
ICoordinateSystemFactory.CreateFlattenedSphere
An ellipsoid created with the specified parameters.
ICoordinateSystemFactory.CreateFlattenedSphere
Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateFlattenedSphere(System.String,System.Double,System.Double,Geotools.CoordinateReferenceSystems.ILinearUnit)
CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace