public interface IMosaicDatasetViewManager
extends java.io.Serializable
Description: 'Provides access to members that control a mosaic dataset view manager.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID835e3230_a330_44ea_adf7_3ff91697a7b3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears all associations between mosaic datasets and image views.
|
java.lang.String |
getActiveView(IMosaicDataset pMosaicDataset)
Retreives the active image view associated with the mosaic dataset.
|
void |
setActiveView(IMosaicDataset pMosaicDataset,
java.lang.String sViewName)
Sets the active image view associated with the mosaic dataset.
|
static final int IID835e3230_a330_44ea_adf7_3ff91697a7b3
static final int xxDummy
static final java.lang.String IID
void setActiveView(IMosaicDataset pMosaicDataset, java.lang.String sViewName) throws java.io.IOException, AutomationException
pMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)sViewName
- The sViewName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getActiveView(IMosaicDataset pMosaicDataset) throws java.io.IOException, AutomationException
pMosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void clear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.