|
XPBIProviderExporterExport2PBI Method
|
XDMCompManager객체로부터 소스를 입력받아 PBI파일로 저장한다.
Namespace: Pixoneer.NXDL.NDFSAssembly: NXDLdfs (in NXDLdfs.dll) Version: 3.0.0.1
Syntaxpublic bool Export2PBI(
int startLevel,
int endLevel,
double lllat,
double lllon,
double urlat,
double urlon,
bool fillToMaxRegion,
string strSaveFile,
XThread thd
)
Parameters
- startLevel Int32
- [In] 저장될 PBI파일의 시작 Level.
- endLevel Int32
- [In] 저장될 PBI파일의 끝 Level.
- lllat Double
- [In] 저장하기 위한 Lower left 위도.
- lllon Double
- [In] 저장하기 위한 Lower left 경도.
- urlat Double
- [In] 저장하기 위한 Upper right 위도.
- urlon Double
- [In] 자장하기 위한 Upper right 경도.
- fillToMaxRegion Boolean
- [In] 저장 영역을 가장 넓은 영역으로 조정하여 모두 채울지 여부를 설정.
- strSaveFile String
- 저장 경로
- thd XThread
- [In] 작업 쓰레드. 작업 취소와 진행률을 확인한다.
Return Value
Boolean 성공이면 true, 실패면 false를 리턴
See Also