Click or drag to resize
XDL

XROICalcStatistics Method

입력되는 Band의 리스트에 해당하는 통계치를 계산한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool CalcStatistics(
	ArrayList bands,
	XThread thd
)

Parameters

bands
Type: System.CollectionsArrayList
영상 밴드 리스트.
thd
Type: Pixoneer.NXDLXThread
XThread 객체.

Return Value

Type: Boolean
통계치 계산이 성공하면 true, 그렇지 않으면 false를 리턴.
See Also