Click or drag to resize
XDL

XBandParamConvDataType Class

XBandParamConvDataType클래스는 XDMBandConvDataType 객체에 대한 입력 파라미터를 설정한다.
Inheritance Hierarchy

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

The XBandParamConvDataType type exposes the following members.

Constructors
  NameDescription
Public methodXBandParamConvDataType
XBandParamConvDataType클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamConvDataType(XBandParamConvDataType)
XBandParamConvDataType객체를 생성하는 생성자이다. 외부 XBandParamConvDataType객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
  NameDescription
Public propertyConvMethod
데이터 형식 변환 방법을 설정.
Public propertyDataRangeMax
데이터 형식 변환 데이터 최대값을 설정.
Public propertyDataRangeMin
데이터 형식 변환 데이터 최소값을 설정.
Public propertyDataType
변환하고자 하는 데이터 형식을 설정.
Public propertySrcBand
데이터 형식을 변환하기 위한 Band를 설정
Top
See Also