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