com.esri.arcgis.datasourcesraster
Interface IItemURICompare

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IItemURICompareProxy, RPFItemURI

public interface IItemURICompare
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDce980784_6e16_46da_a51a_d973e93d18ae
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int compare(IItemURI pItemURI)
          Compares the object with the specified item URI.
 

Field Detail

IIDce980784_6e16_46da_a51a_d973e93d18ae

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

compare

int compare(IItemURI pItemURI)
            throws java.io.IOException,
                   AutomationException
Compares the object with the specified item URI. Returns 0 if object = pItemURI, -1 if object < pItemURI, and +1 if object > pItemURI.

Parameters:
pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
Returns:
The pResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.