Click or drag to resize
XDL

XscCoordFromAngle Method

위도, 경도 및 높이 값으로 새로운 XscCoord 객체를 생성한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public static XscCoord FromAngle(
	XAngle lon,
	XAngle lat,
	double hgt
)

Parameters

lon
Type: Pixoneer.NXDLXAngle
[In] 경도 값 (XAngle).
lat
Type: Pixoneer.NXDLXAngle
[In] 위도 값 (XAngle).
hgt
Type: SystemDouble
[In] 높이 값 (meter).

Return Value

Type: XscCoord
새로운 XscCoord의 인스턴스를 반환한다.
See Also