Geotools.Net

ICoordinateSystemAuthorityFactory.CreateVerticalCoordinateSystem Method 

Create a vertical coordinate system from a code.

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

Parameters

code
Missing <param> documentation for code

Return Value

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

Remarks

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

See Also

ICoordinateSystemAuthorityFactory Interface | ICoordinateSystemAuthorityFactory Members | Geotools.CoordinateReferenceSystems Namespace