Click or drag to resize
XDL

XBandParamGeoCorrect Class

XBandParamGeoCorrect클래스는 XDMBandGeoCorrect 객체의 입력 파라미터를 설정한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXBandParamBase
    Pixoneer.NXDL.NRSXBandParamGeoCorrect

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

The XBandParamGeoCorrect type exposes the following members.

Constructors
 NameDescription
Public methodXBandParamGeoCorrect XBandParamGeoCorrect클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXBandParamGeoCorrect(XBandParamGeoCorrect) XBandParamGeoCorrect객체를 생성하는 생성자이다. 외부 XBandParamGeoCorrect객체를 입력 받아 멤버 변수를 초기화한다.
Top
Properties
 NameDescription
Public propertyBlankValue 기하보정을 수행하면 영상의 확대/축소 내지는 회전이 일어나는데 이때 영상의 경계면에 화소가 아닌 영역이 존재할 수 있다. 이 영역에 채워줄 값을 입력한다.
Blank Value는 Mosaic 등에서 해당 값을 투명하게(무시) 처리할 때 유용하다.
Public propertyGcpSets GCP기하보정을 수행하기 위해 XRSGCP객체가 포함된 XGCPSets객체를 설정
Public propertyPixelSizeX 출력 결과의 X 방향 공간 해상도
출력 결과의 좌표계가 Geographic인 경우 단위는 degree, 그렇지 않은 경우는 meter.
Public propertyPixelSizeY 출력 결과의 Y 방향 공간 해상도
출력 결과의 좌표계가 Geographic인 경우 단위는 degree, 그렇지 않은 경우는 meter.
Public propertyResampleMethod 기하보정 수행시 Resample방법
Public propertySrcBand 입력 래스터 밴드.
Public propertyWarpMethod Warping방법
Top
See Also