Geotools.Net

CoordinateSystemEPSGFactory.CreateEllipsoid Method 

Creates an ellipsoid given a code.

[Visual Basic]
NotOverridable Public Function CreateEllipsoid( _
   ByVal code As String _
) As IEllipsoid Implements _
   ICoordinateSystemAuthorityFactory.CreateEllipsoid
[C#]
public IEllipsoid CreateEllipsoid(
   string code
);

Parameters

code
The EPSG code.

Return Value

An object that implements the IEllipsoid interface.

Implements

ICoordinateSystemAuthorityFactory.CreateEllipsoid

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace