Click or drag to resize
XDL

XVectorIO Methods

The XVectorIO type exposes the following members.

Methods
  NameDescription
Public methodExport
표준 및 상용 포맷의 벡터 파일로 저장한다.
Public methodGetDriverKey
입력 인덱스에 의한 드라이버 파일 키워드를 반환한다.
Public methodGetFileInfo(String, Double, Double, Double, Double, Double, Double, XSpatialReference)
표준 및 상용 포맷의 벡터 파일 정보를 로딩한다.
Public methodGetFileInfo(String, String, XSpatialReference, Int32, ArrayList, ArrayList, ArrayList, ArrayList, ArrayList, ArrayList, ArrayList)
표준 및 상용 포맷의 벡터 파일 정보를 로딩한다.
Public methodGetFiltersForLoad
XVectorIO객체로부터 로딩이 가능한 필터를 얻는다. 이 필터 문자열은 열기 대화상자 등에서 사용할 수 있다.
Public methodGetFiltersForSave
XVectorIO객체로부터 저장이 가능한 필터를 얻는다. 이 필터 문자열은 저장 대화상자 등에서 사용할 수 있다.
Public methodInitialize
객체를 초기화하고 벡터 드라이버를 로딩한다.
Public methodIsExtensionExportSupported
출력(export) 기능에 특정 파일 형식을 지원하는지 확인한다.
Public methodIsExtensionImportSupported
입력(import) 기능에 특정 파일 형식을 지원하는지 확인한다.
Public methodIsKeyImportSupported
입력 기능에 특정 파일 형식을 지원하는지 확인한다.
Public methodLoadFile(String, String, XSpatialReference)
표준 및 상용 포맷의 벡터 파일을 로딩한다.
Public methodLoadFile(String, String, XSpatialReference, Boolean, Boolean)
표준 및 상용 포맷의 벡터 파일을 로딩한다.
Top
See Also