com.esri.arcgis.datasourcesraster
Interface IItemURIFilter

All Superinterfaces:
Serializable
All Known Implementing Classes:
CompositeURIFilter, IItemURIFilterProxy, URIProductNameFilter

public interface IItemURIFilter
extends Serializable

Provides access to members that control an item URI filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean applyFilter(IItemURI pItemURI)
          Indicates whether the specified item URI object pass through the filter.
 String getName()
          The name of the item URI filter.
 IStringArray getSupportedTemplateNames()
          The list of supported template names.
 boolean isSupportsOrthorectification()
          Indicates whether the item URI filter supports ortho-rectification.
 void setName(String pFilterName)
          The name of the item URI filter.
 void setSupportedTemplateNamesByRef(IStringArray ppTemplateNames)
          The list of supported template names.
 void setSupportsOrthorectification(boolean pbSupportsOrthorectification)
          Indicates whether the item URI filter supports ortho-rectification.
 

Method Detail

setName

void setName(String pFilterName)
             throws IOException,
                    AutomationException
The name of the item URI filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pFilterName - The pFilterName (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

String getName()
               throws IOException,
                      AutomationException
The name of the item URI filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pFilterName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupportedTemplateNamesByRef

void setSupportedTemplateNamesByRef(IStringArray ppTemplateNames)
                                    throws IOException,
                                           AutomationException
The list of supported template names.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
ppTemplateNames - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSupportedTemplateNames

IStringArray getSupportedTemplateNames()
                                       throws IOException,
                                              AutomationException
The list of supported template names.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupportsOrthorectification

void setSupportsOrthorectification(boolean pbSupportsOrthorectification)
                                   throws IOException,
                                          AutomationException
Indicates whether the item URI filter supports ortho-rectification.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pbSupportsOrthorectification - The pbSupportsOrthorectification (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSupportsOrthorectification

boolean isSupportsOrthorectification()
                                     throws IOException,
                                            AutomationException
Indicates whether the item URI filter supports ortho-rectification.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pbSupportsOrthorectification
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

applyFilter

boolean applyFilter(IItemURI pItemURI)
                    throws IOException,
                           AutomationException
Indicates whether the specified item URI object pass through the filter.

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 pIncludeItemURI
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.