Click or drag to resize
XDL

XccCalcGeodeticIntersect Method

두 개의 geodesics의 교점을 계산한다. (높이값은 무시된다.)

Namespace: Pixoneer.NXDL.NCC
Assembly: NXDLcc (in NXDLcc.dll) Version: 2.0.3.38
Syntax
C#
public static XGeoPoint CalcGeodeticIntersect(
	XGeoPoint pt1s,
	XGeoPoint pt1e,
	XGeoPoint pt2s,
	XGeoPoint pt2e
)

Parameters

pt1s  XGeoPoint
[In] 첫번째 geodesic의 시작점
pt1e  XGeoPoint
[In] 첫번째 geodesic의 끝점
pt2s  XGeoPoint
[In] 두번째 geodesic의 시작점
pt2e  XGeoPoint
[In] 두번째 geodesic의 끝점

Return Value

XGeoPoint
두 개의 geodesics 교차점
See Also