Creates horizontal datum from ellipsoid and Bursa-Wolf parameters.
[Visual Basic]
Function CreateHorizontalDatum( _
ByVal name As String, _
ByVal horizontalDatumType As DatumType, _
ByVal ellipsoid As IEllipsoid, _
ByVal toWGS84 As WGS84ConversionInfo _
) As IHorizontalDatum
Missing <returns> documentation for M:Geotools.CoordinateReferenceSystems.ICoordinateSystemFactory.CreateHorizontalDatum(System.String,Geotools.CoordinateReferenceSystems.DatumType,Geotools.CoordinateReferenceSystems.IEllipsoid,Geotools.CoordinateReferenceSystems.WGS84ConversionInfo)
Since this method contains a set of Bursa-Wolf parameters, the created datum will always have a relationship to WGS84. If you wish to create a horizontal datum that has no relationship with WGS84, then you can either specify CS_HD_Other as the horizontalDatumType, or create it via WKT.
ICoordinateSystemFactory Interface | ICoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace