com.esri.arcgis.datasourcesraster
Interface IMosaicDatasetViewManager

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMosaicDatasetViewManagerProxy, MosaicDatasetViewManager

public interface IMosaicDatasetViewManager
extends java.io.Serializable

COM Interface 'IMosaicDatasetViewManager'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID835e3230_a330_44ea_adf7_3ff91697a7b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID835e3230_a330_44ea_adf7_3ff91697a7b3

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

setActiveView

void setActiveView(IMosaicDataset pMosaicDataset,
                   java.lang.String sViewName)
                   throws java.io.IOException,
                          AutomationException
Sets the active image view associated with the mosaic dataset.

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

getActiveView

java.lang.String getActiveView(IMosaicDataset pMosaicDataset)
                               throws java.io.IOException,
                                      AutomationException
Retreives the active image view associated with the mosaic dataset.

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

clear

void clear()
           throws java.io.IOException,
                  AutomationException
Clears all associations between mosaic datasets and image views.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.