Click or drag to resize
XDL

XBandParamMosaic Class

XBandParamMosaic 클래스는 XDMBandMosaic 객체를 위한 입력 매개변수를 정의한다.
Inheritance Hierarchy

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

The XBandParamMosaic type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamMosaic
XBandParamMosaic 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamMosaic(XBandParamMosaic)
XBandParamMosaic 객체를 생성하는 생성자로, 외부 XBandParamMosaic 객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
  NameDescription
Public propertyArrBandInfo
입력 밴드 정보(XMosaicBandInfo) 배열을 확인한다.
Public propertyBlankValue
빈 공간을 채우기 위한 값
Public propertyPixelSizeX
모자이크 결과 x 방향 해상도
Public propertyPixelSizeY
모자이크 결과 y 방향 해상도
Top
See Also