Click or drag to resize
XDL

XLosGeoIsVisible Method (XGeoPoint, XGeoPoint, Boolean)

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

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

Parameters

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

Return Value

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