com.esri.arcgis.catalogUI
Interface IRepairMosaicDatasetDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRepairMosaicDatasetDialogProxy

public interface IRepairMosaicDatasetDialog
extends java.io.Serializable

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

Description: 'Provides access to methods that control the dialog for repairing a mosaic dataset.' 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 IID2ff6af43_4334_4d3e_9798_d0e3a8585275
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void doModal(int hParent)
          Open dialog in modal.
 IMosaicDataset getMosaicDataset()
          The Mosaic Dataset.
 ISelectionSet getSelectionSet()
          The Selection Set.
 void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
          The Mosaic Dataset.
 void setSelectionSetByRef(ISelectionSet ppSelectionSet)
          The Selection Set.
 

Field Detail

IID2ff6af43_4334_4d3e_9798_d0e3a8585275

static final int IID2ff6af43_4334_4d3e_9798_d0e3a8585275
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(int hParent)
             throws java.io.IOException,
                    AutomationException
Open dialog in modal.

Parameters:
hParent - The hParent (A COM typedef) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMosaicDatasetByRef

void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset)
                           throws java.io.IOException,
                                  AutomationException
The Mosaic Dataset.

Parameters:
ppMosaicDataset - A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMosaicDataset

IMosaicDataset getMosaicDataset()
                                throws java.io.IOException,
                                       AutomationException
The Mosaic Dataset.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectionSetByRef

void setSelectionSetByRef(ISelectionSet ppSelectionSet)
                          throws java.io.IOException,
                                 AutomationException
The Selection Set.

Parameters:
ppSelectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSelectionSet

ISelectionSet getSelectionSet()
                              throws java.io.IOException,
                                     AutomationException
The Selection Set.

Returns:
A reference to a com.esri.arcgis.geodatabase.ISelectionSet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.