GeographicDatum.GeographicDatum

GeographicDatum constructor

新しいインスタンスを作成します。

public GeographicDatum(string name, Ellipsoid ellipsoid, 
    BursaWolfParameters toWgs84Parameters = null, Identifier identifier = null)
パラメータタイプ説明
nameStringこのデータムの名前。
ellipsoidEllipsoidこのデータムの楕円体。 null にすることはできません。
toWgs84ParametersBursaWolfParametersこのデータムの座標を WGS84 データムの座標に変換するためにブルサ ウルフ式に与えることができるパラメーター。 null、ToWgs84 が設定されますIsNullparameters.
identifierIdentifierこのデータムの識別子。

例外

例外調子
ArgumentNullExceptionellipsoid無効である。

関連項目