Click or drag to resize
XDL

XLosGeoCalcVisible Method

설정된 DEM 밴드 상에서 기준점으로부터 배열 형태로 입력한 대상점들이 각각 보이는지 여부를 계산한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntax
C#
public bool[] CalcVisible(
	XGeoPoint pt1,
	XGeoPoint[] arrPt2,
	bool bInterpolateDem
)

Parameters

pt1  XGeoPoint
[In] LOS 분석을 위한 기준점.
arrPt2  XGeoPoint
[In] 기준점으로부터 분석해야 할 대상점 배열.
bInterpolateDem  Boolean
[In] 보간 옵션. 만약 이 옵션이 true이면 interpolation을 수행하고 그렇지 않으면 수행하지 않는다.

Return Value

Boolean
시작점으로부터 대상점들까지 LOS분석 결과 배열. true이면 기준점과 대상점의 가시성이 확보되는 것이고, false이면 가시성을 확보할 수 없는 것이다.
See Also