Click or drag to resize
XDL

XGeoPointFromEec Method (XVertex3d)

XVertex3d형의 EEC좌표계 값을 입력 받아 XGeoPoint값으로 변환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static XGeoPoint FromEec(
	ref XVertex3d pos
)

Parameters

pos
Type: Pixoneer.NXDLXVertex3d
[In] EEC 좌표(EEC좌표에 대해서는 별도 참조 문서 확인). (각 x, y, z 성분의 단위는 Meter).

Return Value

Type: XGeoPoint
XGeoPoint 객체.
See Also