|
XDMBandReadSubset Method
|
특정 영역을 읽어서 반환한다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic bool ReadSubset(
ref XGrid grid,
int LevelSub,
int X1LZ,
int X2LZ,
int Y1LZ,
int Y2LZ
)
Parameters
- grid XGrid
- [Out] 사용자가 설정한 특정 영역(X1LZ ~ X2LZ, Y1LZ ~ Y2LZ)을 읽어서 복사한 다음 출력.
- LevelSub Int32
- [In] 이미지 LOD레벨, Level이 0이면 파일의 원본데이터 크기만큼 읽는다.
- X1LZ Int32
- [In] 영역의 최소 Column.
- X2LZ Int32
- [In] 영역의 최대 Column.
- Y1LZ Int32
- [In] 영역의 최소 Row.
- Y2LZ Int32
- [In] 영역의 최대 Row.
Return Value
Boolean 성공이면 true, 실패하면 false
See Also