Click or drag to resize
XDL

XscCoordFromDegree Method

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

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

Parameters

lon  Double
[In] 경도 값 (degree 값).
lat  Double
[In] 위도 값 (degree 값).
hgt  Double
[In] 높이 값 (meter).

Return Value

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