Click or drag to resize
XDL

XGeoPointFromAngle Method

XAngle객체인 위도, 경도, 고도 값을 입력 받아 XGeoPoint객체를 생성하여 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static XGeoPoint FromAngle(
	XAngle lon,
	XAngle lat,
	double alt
)

Parameters

lon
Type: Pixoneer.NXDLXAngle
[In] 경도 값.
lat
Type: Pixoneer.NXDLXAngle
[In] 위도 값.
alt
Type: SystemDouble
[In] 고도 값. 단위 : Meter.

Return Value

Type: XGeoPoint
XGeoPoint 객체.
See Also