public interface IItemURICompare
extends java.io.Serializable
Description: 'Provides access to members that compare an 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 |
IIDce980784_6e16_46da_a51a_d973e93d18ae |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
compare(IItemURI pItemURI)
Compares the object with the specified item URI.
|
static final int IIDce980784_6e16_46da_a51a_d973e93d18ae
static final int xxDummy
static final java.lang.String IID
int compare(IItemURI pItemURI) throws java.io.IOException, AutomationException
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.