com.esri.arcgis.datasourcesraster
Interface IItemURICompare
- All Superinterfaces: 
 - Serializable
 
public interface IItemURICompare
- extends Serializable
 
Provides access to members that compare an item URI.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
| 
Method Summary | 
 int | 
compare(IItemURI pItemURI)
 
          Compares the object with the specified item URI. | 
 
compare
int compare(IItemURI pItemURI)
            throws IOException,
                   AutomationException
- Compares the object with the specified item URI. Returns 0 if object = pItemURI, -1 if object < pItemURI, and +1 if object > pItemURI.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- Parameters:
 pItemURI - A reference to a com.esri.arcgis.datasourcesraster.IItemURI  (in)
- Returns:
 - The pResult
 - Throws:
 IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.