Click or drag to resize
XDL

XBandParamTileMerge Class

XBandParamTileMerge 클래스는 XDMBandTileMerge 객체에 입력되는 매개변수를 정의한다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public class XBandParamTileMerge : XBandParamBase

The XBandParamTileMerge type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamTileMerge
XBandParamTileMerge 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamTileMerge(XBandParamTileMerge)
XBandParamTileMerge 객체를 생성하는 생성자이다. 외부 XBandParamTileMerge 객체를 입력받아 멤버 변수를 초기화한다.
Top
Properties
  NameDescription
Public propertyArrBandList
합치기 위한 밴드 목록을 나타낸다.
Public propertyTransparentValue
동일한 위치에 대해서 투명값을 설정하여 해당 값인 화소를 그리지 않도록 한다. 영상이 처리되면, 경계 근처에 빈 공간이 생길 수 있다.
Public propertyUseTransparent
TransparentValue를 XDMBandTileMerge에 적용할지를 정의한다.
Top
See Also