com.esri.arcgis.cartoUI
Interface IAVFSrcImporter

All Superinterfaces:
Serializable
All Known Implementing Classes:
IAVFSrcImporterProxy

public interface IAVFSrcImporter
extends Serializable

Provides access to members that control the ArcView (3.x) FSrc importer.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IFeatureClass esri_import(IAVObject fsrcObj, IAVObjectConverter pConverter)
          Imports the AV FSrc object into a FeatureClass object.
 boolean isCanImport(IAVObject fsrcObj, IAVObjectConverter pConverter)
          Indicates if the importer supports the given type of AV FSrc object.
 

Method Detail

isCanImport

boolean isCanImport(IAVObject fsrcObj,
                    IAVObjectConverter pConverter)
                    throws IOException,
                           AutomationException
Indicates if the importer supports the given type of AV FSrc object.

Product Availability

Available with ArcGIS Desktop.

Parameters:
fsrcObj - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
pConverter - A reference to a com.esri.arcgis.cartoUI.IAVObjectConverter (in)
Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

esri_import

IFeatureClass esri_import(IAVObject fsrcObj,
                          IAVObjectConverter pConverter)
                          throws IOException,
                                 AutomationException
Imports the AV FSrc object into a FeatureClass object.

Product Availability

Available with ArcGIS Desktop.

Parameters:
fsrcObj - A reference to a com.esri.arcgis.cartoUI.IAVObject (in)
pConverter - A reference to a com.esri.arcgis.cartoUI.IAVObjectConverter (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IFeatureClass
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.