Click or drag to resize
XDL

XBandParamPointsToGrid Class

XBandParamPointsToGrid 클래스는 XDMBandPointsToGrid 객체에 대한 입력 파라미터를 정의한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NRSXBandParamBase
    Pixoneer.NXDL.NRSXBandParamPointsToGrid

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

The XBandParamPointsToGrid type exposes the following members.

Constructors
 NameDescription
Public methodXBandParamPointsToGrid XBandParamPointsToGrid 클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Properties
 NameDescription
Public propertyarrFileList 입력 파일이 여러 개인 경우 파일 경로의 배열을 설정한다. 예를 들어, LAS file 경로 배열이 해당한다.
Public propertyBlankValue Point 데이터를 Grid 데이터로 채울 경우 화소영역이 채워지지 않는 영역이 발생한다. 이 영역에 채울 값을 입력한다. Blank Value는 Interpolation을 수행할 때 유용하다.
Public propertyBSQOut 출력 포맷을 BSQ 포맷으로 할지 여부를 설정한다.
Public propertyDelimType 데이터 구분자. LAS를 제외한 데이터에 대해서 처리한다.
Public propertyDimXSize X방향 화소의 개수(Dimension)를 설정한다.
Public propertyDimYSize Y방향 화소의 개수(Dimension)를 설정한다.
Public propertyNumSkipLines 입력 파일에서 데이터 처리에서 건너뛰는 줄 수
Public propertyPixelSizeX 출력 데이터의 X방향 공간 해상도를 설정한다.
Public propertyPixelSizeY 출력 데이터의 Y방향 공간 해상도를 설정한다.
Public propertyUpperLeftX 출력 데이터의 X방향 지리 좌표를 설정한다.
Public propertyUpperLeftY 출력 데이터의 Y방향 지리 좌표를 설정한다.
Top
See Also