Click or drag to resize
XDL

XGeoPointFromEec Method (Double, Double, Double)

double형의 x, y, z값(단위 : Meter) EEC 좌표값을 입력 받아 XGeoPoint값을 생성하여 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static XGeoPoint FromEec(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
[In] 좌표의 x 성분.
y
Type: SystemDouble
[In] 좌표의 y 성분.
z
Type: SystemDouble
[In] 좌표의 z 성분.

Return Value

Type: XGeoPoint
XGeoPoint 객체.
See Also