Click or drag to resize
XDL

NXPlanetViewWorldToGeographic Method

세계 좌표를 위경도 좌표로 변환한다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public XGeoPoint WorldToGeographic(
	XVertex3d wor
)

Parameters

wor  XVertex3d
세계 위치.

Return Value

XGeoPoint
지리적 위치를 반환한다.
See Also