com.esri.arcgis.trackinganalyst
Interface ITxObjectFilter

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITxObjectFilterProxy, TxGeoDBFilter

public interface ITxObjectFilter
extends java.io.Serializable

COM Interface 'ITxObjectFilter'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to allow objects to filter the contents of the Tracking Catalog.' 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 IID71113a85_88ed_11d7_b87c_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean canChooseObject(ITxCatalogObject piObject)
          Indicates if the given object can be chosen.
 boolean canDisplayObject(ITxCatalogObject piObject)
          Indicates if the given object can be displayed.
 java.lang.String getDescription()
          A string that describes what this filter does.
 java.lang.String getName()
          A user-friendly name identifying this filter.
 

Field Detail

IID71113a85_88ed_11d7_b87c_00010265adc5

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
A user-friendly name identifying this filter.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
A string that describes what this filter does.

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

canDisplayObject

boolean canDisplayObject(ITxCatalogObject piObject)
                         throws java.io.IOException,
                                AutomationException
Indicates if the given object can be displayed.

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

canChooseObject

boolean canChooseObject(ITxCatalogObject piObject)
                        throws java.io.IOException,
                               AutomationException
Indicates if the given object can be chosen.

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