public interface ICompositeItemURI
extends java.io.Serializable
Description: 'Provides access to members that control a composite item URI.' 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 |
IID511ce406_16c6_4c8d_8bd4_d4b00fafb9f1 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IStringArray |
getAuxiliaryPartNames()
Additional pieces of non-identifying information associated with the composite item URI object.
|
IStringArray |
getKeyPartNames()
An array of string phrases that, together, uniquely identifies the item's data source in the mosaic dataset.
|
void |
setAuxiliaryPartNamesByRef(IStringArray ppAuxPartNames)
Additional pieces of non-identifying information associated with the composite item URI object.
|
void |
setKeyPartNamesByRef(IStringArray ppKeyPartNames)
An array of string phrases that, together, uniquely identifies the item's data source in the mosaic dataset.
|
static final int IID511ce406_16c6_4c8d_8bd4_d4b00fafb9f1
static final int xxDummy
static final java.lang.String IID
void setKeyPartNamesByRef(IStringArray ppKeyPartNames) throws java.io.IOException, AutomationException
ppKeyPartNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getKeyPartNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAuxiliaryPartNamesByRef(IStringArray ppAuxPartNames) throws java.io.IOException, AutomationException
ppAuxPartNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getAuxiliaryPartNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.