Click or drag to resize
XDL

XRasterIO Methods

The XRasterIO type exposes the following members.

Methods
  NameDescription
Public methodExport(XRSSaveFile, String, String, String, XThread)
여러개의 밴드를 포함하는 XRSSaveFile에 정의된 객체를 임의의 파일 포맷으로 저장한다.
Public methodExport(XRSSaveFile, String, String, eIOCreateXLDMode, Boolean, String, XThread)
여러개의 밴드를 포함하는 XRSSaveFile에 정의된 객체를 임의의 파일 포맷으로 저장한다.
Public methodExport(XRSSaveFile, String, String, Int32, Int32, Int32, Int32, Boolean, Double, Int32, Int32, String, XThread)
여러개의 밴드를 포함하는 XRSSaveFile에 정의된 객체를 임의의 파일 포맷으로 저장한다.
Public methodExportComposites(XDMCompManager, String, String, IntPtr, Double, Double, Double, Double, Double, Double, String, XThread)
여러개의 XDMComposite를 포함하는 XDMCompManager 객체를 출력 조건을 설정하여 파일로 저장한다.
Public methodExportComposites(XDMCompManager, String, String, IntPtr, Double, Double, Double, Double, Int32, Int32, String, XThread)
여러개의 XDMComposite를 포함하는 XDMCompManager 객체를 출력 조건을 설정하여 파일로 저장한다.
Public methodGetDriverKey
입력 인덱스에 의한 Driver Key를 반환한다.
Public methodGetFiltersForLoad
XRasterIO객체로부터 로딩이 가능한 필터를 얻는다. 이 필터 String은 보통 Load Dialog Box에서 사용된다.
Public methodGetFiltersForSave
XRasterIO객체로부터 저장이 가능한 필터를 얻는다. 이 필터 String은 보통 Save Dialog Box에서 사용된다.
Public methodInitialize
this객체를 초기화 하고 IODriver를 로딩한다.
Public methodIsExtensionExportSupported
this객체가 Export기능에 대하여 입력되는 파일 타입을 지원하는지 여부를 채크한다.
Public methodIsExtensionImportSupported
this객체가 Import기능에 대하여 입력되는 파일 타입을 지원하는지 여부를 채크한다.
Public methodIsKeyImportSupported
this객체가 입력되는 Key(예 : "TIFF", "GEOTIFF" 등)에 대하여 지원 가능한지여부를 채크한다.
Public methodLoadFile(String, String, Boolean, eIOCreateXLDMode)
표준 및 상용 포맷의 이미지 파일을 로딩한다.
Public methodLoadFile(String, String, String, Boolean, eIOCreateXLDMode)
표준 및 상용 포맷의 이미지 파일을 로딩한다.
Public methodLoadFile(String, String, Boolean, eIOCreateXLDMode, Boolean)
표준 및 상용 포맷의 이미지 파일을 로딩한다.
Public methodLoadFile(String, String, String, Boolean, eIOCreateXLDMode, Boolean)
표준 및 상용 포맷의 이미지 파일을 로딩한다.
Top
See Also