Click or drag to resize
XDL

XDMCompositeSetBandGIS Method

XDMComposite를 Gray나 RGB로 만들기 위해 SetBand를 사용하지만, 분류(Classification) 영상처리 결과를 도시할 때는 SetBandGIS를 사용한다. SetBandGIS를 사용시는 SetBand를 사용하여 설정할 필요가 없다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public void SetBandGIS(
	ref XDMBand band
)

Parameters

band
Type: Pixoneer.NXDL.NRSXDMBand
분류 영상처리 결과 Band(XRSGIS 정보를 담고 있는 인스턴스).
See Also