Geotools.Net

CoordinateSystemEPSGFactory.CreatePrimeMeridian Method 

Creates a prime meridian given a code.

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

Parameters

code
The EPSG code of the prime meridian.

Return Value

An object that implements the IPrimeMeridian interface.

Implements

ICoordinateSystemAuthorityFactory.CreatePrimeMeridian

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace