Geotools.Net

ICoordinateSystemAuthorityFactory.CreateHorizontalCoordinateSystem Method 

The horizontal coordinate system could be geographic or projected.

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

Parameters

code
Missing <param> documentation for code

Return Value

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

Remarks

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

See Also

ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace