com.esri.arcgis.datasourcesraster
Interface IMosaicDatasetOperationParameters2

All Superinterfaces:
IMosaicDatasetOperationParameters, java.io.Serializable
All Known Subinterfaces:
IMosaicDatasetOperationParameters3
All Known Implementing Classes:
AddNewerRastersParameters, AddRastersParameters, ImageViewOperationParameters, IMosaicDatasetOperationParameters2Proxy, IMosaicDatasetOperationParameters3Proxy, RemoveItemsParameters, SynchronizeParameters

public interface IMosaicDatasetOperationParameters2
extends IMosaicDatasetOperationParameters, java.io.Serializable

COM Interface 'IMosaicDatasetOperationParameters2'. 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 IID38662eb1_a3ae_42ab_a7d6_1f87ef453b32
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters
IID379006f4_6f75_4c3b_b783_0c2e88a7b280
 
Method Summary
 boolean isPrepareResults()
          Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.
 void setPrepareResults(boolean pbPrepareResults)
          Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicDatasetOperationParameters
getParameters, getProgressor, getResults, isDatasetReadOnly, setIsDatasetReadOnly, setParametersByRef, setProgressorByRef, setResultsByRef
 

Field Detail

IID38662eb1_a3ae_42ab_a7d6_1f87ef453b32

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

setPrepareResults

void setPrepareResults(boolean pbPrepareResults)
                       throws java.io.IOException,
                              AutomationException
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.

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

isPrepareResults

boolean isPrepareResults()
                         throws java.io.IOException,
                                AutomationException
Indicates whether the result associated with the mosaic dataset operation will be generated and made available in the ‘Results’ property.

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