Click or drag to resize
XDL

XGeoPointFromEcr Method (Double, Double, Double)

입력 double 형의 x, y, z값(단위 : Meter)으로 부터 XGeoPoint객체를 생성하여 반환한다.

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

Parameters

x
Type: SystemDouble
[In] ECR 좌표의 x 성분. 단위 : meter.
y
Type: SystemDouble
[In] ECR 좌표의 y 성분. 단위 : meter.
z
Type: SystemDouble
[In] ECR 좌표의 z 성분. 단위 : meter.

Return Value

Type: XGeoPoint
XGeoPoint 객체.
See Also