public interface IIndexedItemURI
extends java.io.Serializable
Description: 'Provides access to members that control an item URI that references an indexed item within a container 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8b7f1a06_3a1f_4802_a5f7_5379750e5884 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IName |
getDatasetName()
The name object associated with the container dataset.
|
int |
getItemID()
The ID of the data source within the container dataset referenced by the item URI.
|
void |
setDatasetNameByRef(IName ppDatasetName)
The name object associated with the container dataset.
|
void |
setItemID(int pItemID)
The ID of the data source within the container dataset referenced by the item URI.
|
static final int IID8b7f1a06_3a1f_4802_a5f7_5379750e5884
static final int xxDummy
static final java.lang.String IID
void setDatasetNameByRef(IName ppDatasetName) throws java.io.IOException, AutomationException
ppDatasetName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getDatasetName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setItemID(int pItemID) throws java.io.IOException, AutomationException
pItemID
- The pItemID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getItemID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.