Click or drag to resize
XDL

XLosGeoCalcVisible Method

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

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

Parameters

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

Return Value

Type: Boolean
시작점으로부터 대상점들까지 LOS분석 결과 배열. tru이면 Visible, false이면 Invisible.
See Also