Click or drag to resize
XDL

XGeoPointFromRadian Method

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

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

Parameters

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

Return Value

Type: XGeoPoint
XGeoPoint 객체.
See Also