Click or drag to resize
XDL

XGeoPointFromDegree Method

double 형의 위도, 경도, 고도 값을 Degree값으로 입력 받아 XGeoPoint객체를 생성하여 반환한다.

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

Parameters

lon  Double
[In] 경도 값.
lat  Double
[In] 위도 값.
alt  Double
[In] 고도 값. 단위: meter.

Return Value

XGeoPoint
XGeoPoint 객체.
See Also