Geotools.Net

CoordinateSystemEPSGFactory.CreateGeographicCoordinateSystem Method 

Returns a GeographicCoordinateSystem object from a code.

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

Parameters

code
The EPSG code.

Return Value

An object that implements the IGeographicCoordinateSystem interface.

Implements

ICoordinateSystemAuthorityFactory.CreateGeographicCoordinateSystem

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace