Geotools.Net

CoordinateSystemFactory.CreateVerticalDatum Method 

Creates a vertical datum from an enumerated type value.

[Visual Basic]
NotOverridable Public Function CreateVerticalDatum( _
   ByVal name As String, _
   ByVal verticalDatumType As DatumType _
) As IVerticalDatum Implements _
   ICoordinateSystemFactory.CreateVerticalDatum
[C#]
public IVerticalDatum CreateVerticalDatum(
   string name,
   DatumType verticalDatumType
);

Parameters

name
The name of the datum to create.
verticalDatumType
The IDatumType type use when creating the datum.

Return Value

An object that implements the IVerticalDatum interface.

Implements

ICoordinateSystemFactory.CreateVerticalDatum

Remarks

Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateVerticalDatum(System.String,Geotools.CoordinateReferenceSystems.DatumType)

See Also

CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace