Creates horizontal datum from ellipsoid and Bursa-World parameters. 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 a horizontalDatumType of IHD_Other, or create it via WKT.
[Visual Basic]
NotOverridable Public Function CreateHorizontalDatum( _
ByVal name As String, _
ByVal horizontalDatumType As DatumType, _
ByVal ellipsoid As IEllipsoid, _
ByVal toWGS84 As WGS84ConversionInfo _
) As IHorizontalDatum Implements _
ICoordinateSystemFactory.CreateHorizontalDatum
An object that implements the IHorizontalDatum interface.
ICoordinateSystemFactory.CreateHorizontalDatum
Missing <remarks> documentation for M:Geotools.CoordinateReferenceSystems.CoordinateSystemFactory.CreateHorizontalDatum(System.String,Geotools.CoordinateReferenceSystems.DatumType,Geotools.CoordinateReferenceSystems.IEllipsoid,Geotools.CoordinateReferenceSystems.WGS84ConversionInfo)
CoordinateSystemFactory Class | CoordinateSystemFactory Members | Geotools.CoordinateReferenceSystems Namespace