com.esri.arcgis.datasourcesraster
Interface IURIProductNameFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IURIProductNameFilterProxy, URIProductNameFilter

public interface IURIProductNameFilter
extends java.io.Serializable

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

Description: 'Provides access to members that control a filter based on URI product name.' 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 IIDb137cf0d_5ebe_44ab_8a6d_1634c043d342
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStringArray getProductNames()
          The product names of item URIs allowed to pass through the filter.
 void setProductNamesByRef(IStringArray ppProductNames)
          The product names of item URIs allowed to pass through the filter.
 

Field Detail

IIDb137cf0d_5ebe_44ab_8a6d_1634c043d342

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

setProductNamesByRef

void setProductNamesByRef(IStringArray ppProductNames)
                          throws java.io.IOException,
                                 AutomationException
The product names of item URIs allowed to pass through the filter. Calls to IItemURIFilter.ApplyFilter method will return FALSE for those item URIs with product names that don't appear in this array.

Parameters:
ppProductNames - 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.

getProductNames

IStringArray getProductNames()
                             throws java.io.IOException,
                                    AutomationException
The product names of item URIs allowed to pass through the filter. Calls to IItemURIFilter.ApplyFilter method will return FALSE for those item URIs with product names that don't appear in this array.

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.