Geotools.Net

CoordinateSystemEPSGFactory.CreateHorizontalCoordinateSystem Method 

Creates a horizontal coordinate system given a code.

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

Parameters

code
The EPSG code.

Return Value

An object that implements the IHorizontalCoordinateSystem interface.

Implements

ICoordinateSystemAuthorityFactory.CreateHorizontalCoordinateSystem

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace