Geotools.Net

ICoordinateSystemFactory.CreateVerticalDatum Method 

Creates a vertical datum from an enumerated type value.

[Visual Basic]
Function CreateVerticalDatum( _
   ByVal name As String, _
   ByVal verticalDatumType As DatumType _
) As IVerticalDatum
[C#]
IVerticalDatum CreateVerticalDatum(
   string name,
   DatumType verticalDatumType
);

Parameters

name
Name to give new object.
verticalDatumType
Type of vertical datum to create.

Return Value

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

Remarks

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

See Also

ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace