Click or drag to resize
XDL

XBandParamMosaicLT Class

XDMBandMosaicLT 객체가 수행하는 모자이크를 위한 입력 파라미터를 정의한다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NRSEX
Assembly:  NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.31
Syntax
C#
public class XBandParamMosaicLT : XBandParamBase

The XBandParamMosaicLT type exposes the following members.

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