com.esri.arcgis.catalogUI
Interface ICreateRasterCatalogWizard

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CreateRasterCatalogWizard, ICreateRasterCatalogWizardProxy

public interface ICreateRasterCatalogWizard
extends java.io.Serializable

COM Interface 'ICreateRasterCatalogWizard'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to methods that control the raster catalog creation wizard.' 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 IIDd0579ffe_5918_4c35_9f03_d9833f728df1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(IFeatureWorkspace pWorkspace, int parent)
          Shows modal Dialog of the wizard.
 

Field Detail

IIDd0579ffe_5918_4c35_9f03_d9833f728df1

static final int IIDd0579ffe_5918_4c35_9f03_d9833f728df1
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

doModal

void doModal(IFeatureWorkspace pWorkspace,
             int parent)
             throws java.io.IOException,
                    AutomationException
Shows modal Dialog of the wizard.

Parameters:
pWorkspace - A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)
parent - The parent (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.