|
XDMBandReadLineV(XGrid, Int32, Int32, Int32, Int32) Method
|
입력된 Level(LevelSub)과 특정 Row의 범위(Y1LZ~Y2LZ)에 해당하는 Column(XLZ)에 대한 화소들을 모두 읽어 XGrid객체로 반환한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool ReadLineV(
ref XGrid grid,
int LevelSub,
int Y1LZ,
int Y2LZ,
int XLZ
)
Parameters
- grid XGrid
- [Out] XGrid 객체. 밴드의 특정 Column(XLZ)에 대한 화소값들이 채워진다.
- LevelSub Int32
- [In] 이미지 LOD레벨. Level이 0이면 파일의 원본데이터 크기만큼 읽는다.
- Y1LZ Int32
- [In] 특정 Column에 대한 Row 최소 위치.
- Y2LZ Int32
- [In] 특정 Column에 대한 Row 최대 위치.
- XLZ Int32
- [In] Column 위치.
Return Value
Boolean 성공이면 true, 실패하면 false
See Also