 | XRasterIOLoadFile Method (String, String, Boolean, eIOCreateXLDMode, Boolean) |
표준 및 상용 포맷의 이미지 파일을 로딩한다.
Namespace:
Pixoneer.NXDL.NIO
Assembly:
NXDLio (in NXDLio.dll) Version: 1.2.817.72
Syntaxpublic XRSLoadFile LoadFile(
string strFileName,
out string strError,
bool bCalcStatistics,
eIOCreateXLDMode CreateXLD,
bool bMetaLoad
)
Parameters
- strFileName
- Type: SystemString
[In] 파일 경로 - strError
- Type: SystemString
[Out] 에러 발생시 Error 메시지. - bCalcStatistics
- Type: SystemBoolean
[In] Import시 파일에 대한 통계 정보(히스토 그램, 최소/최대값, 평균값 등)를 계산할지 여부를 설정. - CreateXLD
- Type: Pixoneer.NXDL.NIOeIOCreateXLDMode
[In] XLD pyramid파일 생성에 대한 옵션을 설정. - bMetaLoad
- Type: SystemBoolean
[In] Meta정보를 로딩할지 여부를 설정한다.
Return Value
Type:
XRSLoadFile 로딩된 파일 객체인 XRSLoadFile
See Also