 | XRasterIOExport Method (XRSSaveFile, String, String, eIOCreateXLDMode, Boolean, 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,
eIOCreateXLDMode CreateXLD,
bool discardSR,
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...) - CreateXLD
- Type: Pixoneer.NXDL.NIOeIOCreateXLDMode
[In] XLD pyramid파일 생성에 대한 옵션을 설정. - discardSR
- Type: SystemBoolean
[In] RSFileIn의 좌표 및 좌표계 정보를 버리고 pixel 좌표로 저장할지 여부 설정. - strError
- Type: SystemString
[Out] 에러 발생시 Error 메시지. - thd
- Type: Pixoneer.NXDLXThread
[In] Thread
Return Value
Type:
Boolean 성공이면 true, 실패이면 false
See Also