com.esri.arcgis.arcmapui
Interface IDatasetFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IDatasetFilterProxy

public interface IDatasetFilter
extends java.io.Serializable

COM Interface 'IDatasetFilter'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to members that control the Filter for dataset inclusion.' 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 IIDa21772e4_575c_4f74_a5ad_2fce96597bda
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean applyFilter(IDataset dataset)
          Indicates if the dataset should be included.
 

Field Detail

IIDa21772e4_575c_4f74_a5ad_2fce96597bda

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

applyFilter

boolean applyFilter(IDataset dataset)
                    throws java.io.IOException,
                           AutomationException
Indicates if the dataset should be included.

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