com.esri.arcgis.cartoUI
Interface IAVThemeImporter

All Superinterfaces:
Serializable
All Known Implementing Classes:
AVImageThemeImporter

public interface IAVThemeImporter
extends Serializable

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

Product Availability

Available with ArcGIS Desktop.


Method Summary
 ILayer esri_import(IAVObject themeObject, IAVObjectConverter pConverter)
          Imports the AV theme object into a layer object.
 boolean isCanImport(IAVObject themeObject, IAVObjectConverter pConverter)
          Indicates if the importer supports the given type of AV theme object.
 

Method Detail

isCanImport

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

Product Availability

Available with ArcGIS Desktop.

Parameters:
themeObject - 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

ILayer esri_import(IAVObject themeObject,
                   IAVObjectConverter pConverter)
                   throws IOException,
                          AutomationException
Imports the AV theme object into a layer object.

Product Availability

Available with ArcGIS Desktop.

Parameters:
themeObject - 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.carto.ILayer
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.