|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRepairMosaicDatasetDialog
Provides access to methods that control the dialog for repairing a mosaic dataset.
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. |
Method Detail |
---|
void doModal(int hParent) throws IOException, AutomationException
hParent
- The hParent (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicDatasetByRef(IMosaicDataset ppMosaicDataset) throws IOException, AutomationException
ppMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicDataset getMosaicDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionSetByRef(ISelectionSet ppSelectionSet) throws IOException, AutomationException
ppSelectionSet
- A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISelectionSet getSelectionSet() throws IOException, AutomationException
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 |