com.esri.arcgis.datasourcesraster
Interface IMosaicDatasetOperationParameters3

All Superinterfaces:
IMosaicDatasetOperationParameters, IMosaicDatasetOperationParameters2, java.io.Serializable
All Known Implementing Classes:
ImageViewOperationParameters, IMosaicDatasetOperationParameters3Proxy

public interface IMosaicDatasetOperationParameters3
extends IMosaicDatasetOperationParameters2, java.io.Serializable

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

Description: 'Provides access to members that control parameters to an operation on 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 IID0f656cef_47b0_46dc_a9fa_be3c31103086
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters2
IID38662eb1_a3ae_42ab_a7d6_1f87ef453b32
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters
IID379006f4_6f75_4c3b_b783_0c2e88a7b280
 
Method Summary
 boolean isRefresh()
          Indicates whether the geodatabase data dictionary should be refreshed by the operation.
 void setRefresh(boolean pbRefresh)
          Indicates whether the geodatabase data dictionary should be refreshed by the operation.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters2
isPrepareResults, setPrepareResults
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters
getParameters, getProgressor, getResults, isDatasetReadOnly, setIsDatasetReadOnly, setParametersByRef, setProgressorByRef, setResultsByRef
 

Field Detail

IID0f656cef_47b0_46dc_a9fa_be3c31103086

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

setRefresh

void setRefresh(boolean pbRefresh)
                throws java.io.IOException,
                       AutomationException
Indicates whether the geodatabase data dictionary should be refreshed by the operation.

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

isRefresh

boolean isRefresh()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the geodatabase data dictionary should be refreshed by the operation.

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