 | XRasterIOExport Method (XRSSaveFile, String, String, Int32, Int32, Int32, Int32, Boolean, Double, Int32, Int32, String, XThread) |
여러개의 밴드를 포함하는 XRSSaveFile에 정의된 객체를 임의의 파일 포맷으로 저장한다.
Namespace:
Pixoneer.NXDL.NIO
Assembly:
NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntaxpublic bool Export(
ref XRSSaveFile RSFileIn,
string strSaveFileName,
string strFormatKey,
int nX1LZ,
int nX2LZ,
int nY1LZ,
int nY2LZ,
bool bComp,
double dCompRatio,
int nTileSizeX,
int nTileSizeY,
out string strError,
XThread thd
)
Parameters
- RSFileIn
- Type: Pixoneer.NXDL.NRSXRSSaveFile
[In] XRSSaveFile 객체. - strSaveFileName
- Type: SystemString
[In] 파일 경로. - strFormatKey
- Type: SystemString
[In] 파일 Format Key (Ex. TIFF, NITF, JPEG, BMP...) - nX1LZ
- Type: SystemInt32
[In] 영역중 일부분만을 저장하기 위한 x축 최소 Boundary 최소 값 - nX2LZ
- Type: SystemInt32
[In] 영역중 일부분만을 저장하기 위한 x축 최소 Boundary 최대 값 - nY1LZ
- Type: SystemInt32
[In] 영역중 일부분만을 저장하기 위한 y축 최소 Boundary 최소 값 - nY2LZ
- Type: SystemInt32
[In] 영역중 일부분만을 저장하기 위한 y축 최소 Boundary 최대 값 - bComp
- Type: SystemBoolean
[In] 압축 여부 설정 (Compression type is XDM Compression) - dCompRatio
- Type: SystemDouble
[In] 압축 여부(bCompRatio) true 설정시 압축비 설정. - nTileSizeX
- Type: SystemInt32
[In] 출력 타일링의 X 방향 크기. -1 : 타일링 무시 - nTileSizeY
- Type: SystemInt32
[In] 출력 타일링의 Y 방향 크기. -1 : 타일링 무시 - strError
- Type: SystemString
[Out] 에러 발생시 Error 메시지. - thd
- Type: Pixoneer.NXDLXThread
[In] Thread
Return Value
Type:
Boolean 성공이면 true, 실패이면 false
See Also