Click or drag to resize
XDL

XDMBandReadSubset Method

특정 영역을 읽어서 반환한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool ReadSubset(
	ref XGrid grid,
	int LevelSub,
	int X1LZ,
	int X2LZ,
	int Y1LZ,
	int Y2LZ
)

Parameters

grid
Type: Pixoneer.NXDLXGrid
[Out] 사용자가 설정한 특정 영역(X1LZ ~ X2LZ, Y1LZ ~ Y2LZ)을 읽어서 복사한 다음 출력.
LevelSub
Type: SystemInt32
[In] 이미지 LOD레벨, Level이 0이면 파일의 원본데이터 크기만큼 읽는다.
X1LZ
Type: SystemInt32
[In] 영역의 최소 Column.
X2LZ
Type: SystemInt32
[In] 영역의 최대 Column.
Y1LZ
Type: SystemInt32
[In] 영역의 최소 Row.
Y2LZ
Type: SystemInt32
[In] 영역의 최대 Row.

Return Value

Type: Boolean
성공이면 true, 실패하면 false
See Also