com.esri.arcgis.geoprocessing
Interface IMBImport

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMBImportProxy, MBImport

public interface IMBImport
extends java.io.Serializable

COM Interface 'IMBImport'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to ModelBuilder Import Interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID88363696_dded_496d_951f_0504894a1119
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void importMetadata(java.lang.String file, IMdModel pModel, IPropertySet pMetadata)
          Loads ArcView 3 ModelBuilder metadata.
 IMdModel importXMD(java.lang.String file)
          Loads ArcView 3 ModelBuilder model.
 

Field Detail

IID88363696_dded_496d_951f_0504894a1119

static final int IID88363696_dded_496d_951f_0504894a1119
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

importXMD

IMdModel importXMD(java.lang.String file)
                   throws java.io.IOException,
                          AutomationException
Loads ArcView 3 ModelBuilder model.

Parameters:
file - The file (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdModel
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

importMetadata

void importMetadata(java.lang.String file,
                    IMdModel pModel,
                    IPropertySet pMetadata)
                    throws java.io.IOException,
                           AutomationException
Loads ArcView 3 ModelBuilder metadata.

Parameters:
file - The file (in)
pModel - A reference to a com.esri.arcgis.geoprocessing.IMdModel (in)
pMetadata - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.