GeographicDatum.GeographicDatum

GeographicDatum constructor

Creates new instance.

public GeographicDatum(string name, Ellipsoid ellipsoid, 
    BursaWolfParameters toWgs84Parameters = null, Identifier identifier = null)
ParameterTypeDescription
nameStringName of this datum.
ellipsoidEllipsoidEllipsoid of this datum. Can’t be null.
toWgs84ParametersBursaWolfParametersParameters, that can be given to bursa wolf formula, to convert coordinates in this datum to coordinates in WGS84 datum. If this datum is close to WGS84 and no transformation needed, pass bursa wolf parameters with all values set to 0. If null, ToWgs84 will be set to IsNull parameters.
identifierIdentifierIdentifier of this datum.

Exceptions

exceptioncondition
ArgumentNullExceptionellipsoid is null.

See Also