public interface IMergeItemsParameters2 extends IMergeItemsParameters, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID3d80f4a6_43cb_4e2c_b7b4_92233ce04018 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDcb02198b_08ec_4910_b860_2532833648a7
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID3d80f4a6_43cb_4e2c_b7b4_92233ce04018
static final int xxDummy
static final java.lang.String IID
void setBlockField(java.lang.String pBlockField) throws java.io.IOException, AutomationException
pBlockField
- The pBlockField (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBlockField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumMergeItemsCount(int pMaximumMergeItemsCount) throws java.io.IOException, AutomationException
pMaximumMergeItemsCount
- The pMaximumMergeItemsCount (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMaximumMergeItemsCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.