標高を緯度経度の指定で読み込む。 該当なしの場合は、NAを返す。

Namespace: GIS
Assembly: HeightBased2route (HeightBased2route.exe 内) バージョン: 1.0.0.0 (1.0.0.0)

Syntax

C#
public float GetHeight(
	BLH _position
)
Visual Basic
Public Function GetHeight ( _
	_position As BLH _
) As Single
Visual C++
public:
float GetHeight(
	BLH _position
)

Parameters

_position
Type: GPS..::..BLH
指定座標

Return Value

指定された座標のマップ情報を返す

See Also

inserted by FC2 system