Geotools.Net

ICoordinateSystemFactory.CreateFlattenedSphere Method 

Creates an ellipsoid from an major radius, and inverse flattening.

[Visual Basic]
Function CreateFlattenedSphere( _
   ByVal name As String, _
   ByVal semiMajorAxis As Double, _
   ByVal inverseFlattening As Double, _
   ByVal linearUnit As ILinearUnit _
) As IEllipsoid
[C#]
IEllipsoid CreateFlattenedSphere(
   string name,
   double semiMajorAxis,
   double inverseFlattening,
   ILinearUnit linearUnit
);

Parameters

name
Name to give new object.
semiMajorAxis
Equatorial radius in supplied linear units.
inverseFlattening
Eccentricity of ellipsoid.
linearUnit
Linear units of major axis.

Return Value

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

Remarks

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

See Also

ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace