Geotools.Net

CoordinateSystemEPSGFactory.CreateVerticalCoordinateSystem Method 

Creates a new vertical coordinate system object from a code.

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

Parameters

code
The EPSG code.

Return Value

An object that implements the IVerticalCoordinateSystem interface.

Implements

ICoordinateSystemAuthorityFactory.CreateVerticalCoordinateSystem

Remarks

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

See Also

CoordinateSystemEPSGFactory Class | CoordinateSystemEPSGFactory Members | Geotools.CoordinateReferenceSystems Namespace