Geotools.Net

ICoordinateSystemAuthorityFactory.CreateEllipsoid Method 

Returns an Ellipsoid object from a code.

[Visual Basic]
Function CreateEllipsoid( _
   ByVal code As String _
) As IEllipsoid
[C#]
IEllipsoid CreateEllipsoid(
   string code
);

Parameters

code
Missing <param> documentation for code

Return Value

Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemAuthorityFactory.CreateEllipsoid(System.String)

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemAuthorityFactory.CreateEllipsoid(System.String)

See Also

ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace