VELatLong コンストラクタ

VELatLong クラス オブジェクトの新しいインスタンスを初期化します。

構文

var x = new VELatLong(latitude, longitude, altitude, altitudeMode);

パラメータ

パラメータ 説明

latitude

地球上の単一ポイントの緯度です。

longitude

地球上の単一ポイントの経度です。

altitude

地球上の単一ポイントの高度です (任意指定)。既定値は 0 です。

altitudeMode

高度の表現モードを指定する VEAltitudeMode 列挙体の値です (任意指定)。既定値は VEAltitudeMode.Default です。

解説

latitude および longitude の値の基準は WGS 84 測地系です。

関連項目

参照

VELatLong.Altitude プロパティ
VELatLong.AltitudeMode プロパティ
VELatLong.Latitude プロパティ
VELatLong.Longitude プロパティ