Geotools.Net

CoordinateSystemFactory.CreateEllipsoid Method 

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
[C#]
public IEllipsoid CreateEllipsoid(
   string name,
   double semiMajorAxis,
   double semiMinorAxis,
   ILinearUnit linearUnit
);

Parameters

name
The name of the ellipsoid.
semiMajorAxis
Double representing the equatorial radius.
semiMinorAxis
Double representing the polar radius.
linearUnit
The linear units the radius are specified in.

Return Value

An ellipsoid created with the specified parameters.

Implements

ICoordinateSystemFactory.CreateEllipsoid

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateEllipsoid(System.String,System.Double,System.Double,Geotools.CoordinateReferenceSystems.ILinearUnit)

See Also

CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace