Geotools.Net

CoordinateSystemFactory.CreateFlattenedSphere Method 

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

Parameters

name
Missing <param> documentation for name
semiMajorAxis
Double representing the equatorial radius.
inverseFlattening
Double representing the inverse of the flattening constant.
linearUnit
The linear units the radius are specified in.

Return Value

An ellipsoid created with the specified parameters.

Implements

ICoordinateSystemFactory.CreateFlattenedSphere

Remarks

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

See Also

CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace