Click or drag to resize
XDL

XDMBandReadLineH Method (XGrid, Int32, Int32, Int32, Int32)

입력된 Level(LevelSub)과 특정 Column의 범위(X1LZ~X2LZ)에 해당하는 Row(YLZ)에 대한 화소들을 모두 읽어 XGrid객체로 반환한다.

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

Parameters

grid
Type: Pixoneer.NXDLXGrid
[Out] XGrid 객체. 밴드의 특정 Row(YLZ)에 대한 화소값들이 채워진다.
LevelSub
Type: SystemInt32
[In] 이미지 LOD레벨. Level이 0이면 파일의 원본데이터 크기만큼 읽는다.
X1LZ
Type: SystemInt32
[In] 특정 Row에 대한 Column 최소 위치.
X2LZ
Type: SystemInt32
[In] 특정 Row에 대한 Column 최대 위치.
YLZ
Type: SystemInt32
[In] Row 위치.

Return Value

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