com.esri.arcgis.datasourcesraster
Interface IMergeItemsParameters2

All Superinterfaces:
IMergeItemsParameters, java.io.Serializable
All Known Implementing Classes:
IMergeItemsParameters2Proxy, MergeItemsParameters

public interface IMergeItemsParameters2
extends IMergeItemsParameters, java.io.Serializable

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

Description: 'Provides access to members that control how a mosaic dataset items are merged.' 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 IID3d80f4a6_43cb_4e2c_b7b4_92233ce04018
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMergeItemsParameters
IIDcb02198b_08ec_4910_b860_2532833648a7
 
Method Summary
 java.lang.String getBlockField()
          The name of the field that contains values that identify blocks of related items.
 int getMaximumMergeItemsCount()
          The maximum number of mosaic dataset items allowed in a merged item.
 void setBlockField(java.lang.String pBlockField)
          The name of the field that contains values that identify blocks of related items.
 void setMaximumMergeItemsCount(int pMaximumMergeItemsCount)
          The maximum number of mosaic dataset items allowed in a merged item.
 

Field Detail

IID3d80f4a6_43cb_4e2c_b7b4_92233ce04018

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

setBlockField

void setBlockField(java.lang.String pBlockField)
                   throws java.io.IOException,
                          AutomationException
The name of the field that contains values that identify blocks of related items.

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

getBlockField

java.lang.String getBlockField()
                               throws java.io.IOException,
                                      AutomationException
The name of the field that contains values that identify blocks of related items.

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

setMaximumMergeItemsCount

void setMaximumMergeItemsCount(int pMaximumMergeItemsCount)
                               throws java.io.IOException,
                                      AutomationException
The maximum number of mosaic dataset items allowed in a merged item.

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

getMaximumMergeItemsCount

int getMaximumMergeItemsCount()
                              throws java.io.IOException,
                                     AutomationException
The maximum number of mosaic dataset items allowed in a merged item.

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