Click or drag to resize
XDL

XLosGeoIsVisible(XGeoPoint, XGeoPoint, Boolean) Method

설정된 DEM 밴드 상에서 입력한 두 점 간의 시점에서 상호 보이는지를 채크한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public bool IsVisible(
	XGeoPoint pt1,
	XGeoPoint pt2,
	bool bInterpolateDem
)

Parameters

pt1  XGeoPoint
[In] 첫번째 좌표점.
pt2  XGeoPoint
[In] 두번째 좌표점.
bInterpolateDem  Boolean
[In] Interpolation 옵션, 만약 이 옵션이 true이면 interpolation을 수행하고 그렇지 않으면 수행하지 않는다.

Return Value

Boolean
true이면 보이는것을 의미하고 false이면 보이지 않음을 의미한다.
See Also