|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAVFSrcImporter
Provides access to members that control the ArcView (3.x) FSrc importer.
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 |
---|
boolean isCanImport(IAVObject fsrcObj, IAVObjectConverter pConverter) throws IOException, AutomationException
fsrcObj
- A reference to a com.esri.arcgis.cartoUI.IAVObject (in)pConverter
- A reference to a com.esri.arcgis.cartoUI.IAVObjectConverter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass esri_import(IAVObject fsrcObj, IAVObjectConverter pConverter) throws IOException, AutomationException
fsrcObj
- A reference to a com.esri.arcgis.cartoUI.IAVObject (in)pConverter
- A reference to a com.esri.arcgis.cartoUI.IAVObjectConverter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |