com.esri.arcgis.datasourcesraster
Interface IItemURIFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CompositeURIFilter, IItemURIFilterProxy, URIProductNameFilter, URIPropertiesFilter

public interface IItemURIFilter
extends java.io.Serializable

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

Description: 'Provides access to members that control an item URI filter.' 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 IID7aaf922e_a33f_4628_9040_ea408e7a747c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean applyFilter(IItemURI pItemURI)
          Indicates whether the specified item URI object pass through the filter.
 java.lang.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(java.lang.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.
 

Field Detail

IID7aaf922e_a33f_4628_9040_ea408e7a747c

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

setName

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

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

getName

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

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

setSupportedTemplateNamesByRef

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

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

getSupportedTemplateNames

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

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

setSupportsOrthorectification

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

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

isSupportsOrthorectification

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

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

applyFilter

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

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