GeographicDatum.GeographicDatum

GeographicDatum constructor

创建新实例。

public GeographicDatum(string name, Ellipsoid ellipsoid, 
    BursaWolfParameters toWgs84Parameters = null, Identifier identifier = null)
范围类型描述
nameString该数据的名称。
ellipsoidEllipsoid该基准面的椭球体。不能为空。
toWgs84ParametersBursaWolfParameters参数,可以给 bursa wolf 公式,将此数据中的坐标转换为 WGS84 数据中的坐标。 如果此数据接近 WGS84 且不需要转换,则将所有值设置为 0. 如果传递 bursa wolf 参数null,ToWgs84 将设置为IsNull参数.
identifierIdentifier该数据的标识符。

例外

例外(健康)状况
ArgumentNullExceptionellipsoid一片空白。

也可以看看