Click or drag to resize
XDL

XRasterIOLoadFile Method (String, String, String, Boolean, eIOCreateXLDMode, Boolean, XThread)

표준 및 상용 포맷의 이미지 파일을 로딩한다.
이미지 파일 형식 키워드, 통계값 계산 여부, XLD 생성 여부, 메타데이터 로딩 여부, XLD 생성시 쓰레드 설정 매개변수를 사용한다.

Namespace:  Pixoneer.NXDL.NIO
Assembly:  NXDLio (in NXDLio.dll) Version: 2.0.3.31
Syntax
C#
public XRSLoadFile LoadFile(
	string strFileKey,
	string strFileName,
	out string strError,
	bool bCalcStatistics,
	eIOCreateXLDMode CreateXLD,
	bool bMetaLoad,
	XThread thd
)

Parameters

strFileKey
Type: SystemString
[In] 파일 형식 키워드
strFileName
Type: SystemString
[In] 파일 경로
strError
Type: SystemString
[Out] 에러 발생시 오류 메시지.
bCalcStatistics
Type: SystemBoolean
[In] Import시 파일에 대한 통계 정보(히스토그램, 최소/최대값, 평균값 등)를 계산할지 여부.
CreateXLD
Type: Pixoneer.NXDL.NIOeIOCreateXLDMode
[In] XLD(Pixoneer 영상 피라미드) 생성 옵션.
bMetaLoad
Type: SystemBoolean
[In] 메타정보 로딩 여부.
thd
Type: Pixoneer.NXDLXThread
[In] XLD 생성시 사용하는 쓰레드. XLD 진행상황을 thread로 확인하지 않는 경우 null로 설정.

Return Value

Type: XRSLoadFile
로딩된 파일 객체인 XRSLoadFile
See Also