Click or drag to resize
XDL

XccCalcGeodeticIntersect Method

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

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

Parameters

pt1s
Type: Pixoneer.NXDLXGeoPoint
[In] 첫번째 geodesic의 시작점
pt1e
Type: Pixoneer.NXDLXGeoPoint
[In] 첫번째 geodesic의 끝점
pt2s
Type: Pixoneer.NXDLXGeoPoint
[In] 두번째 geodesic의 시작점
pt2e
Type: Pixoneer.NXDLXGeoPoint
[In] 두번째 geodesic의 끝점

Return Value

Type: XGeoPoint
두 개의 geodesics 교차점
See Also