com.esri.arcgis.trackinganalyst
Class TxGeoDBFilter

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst.TxGeoDBFilter
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, ITxObjectFilter, java.io.Serializable

public class TxGeoDBFilter
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ITxObjectFilter

COM Class 'TxGeoDBFilter'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description 'The TxGeoDBFilter sets up an object filter to be used by CxCatalogDialog.' 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 =

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITxObjectFilter
IID, IID71113a85_88ed_11d7_b87c_00010265adc5, xxDummy
 
Constructor Summary
TxGeoDBFilter()
          Constructs a TxGeoDBFilter using ArcGIS Engine.
TxGeoDBFilter(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TxGeoDBFilter theTxGeoDBFilter = (TxGeoDBFilter) obj;
 
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.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 java.lang.String getDescription()
          A string that describes what this filter does.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 java.lang.String getName()
          A user-friendly name identifying this filter.
 int hashCode()
          the hashcode for this object
 void release()
          Release a TxGeoDBFilter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxGeoDBFilter

public TxGeoDBFilter()
              throws java.io.IOException,
                     java.net.UnknownHostException
Constructs a TxGeoDBFilter using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

TxGeoDBFilter

public TxGeoDBFilter(java.lang.Object obj)
              throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
TxGeoDBFilter theTxGeoDBFilter = (TxGeoDBFilter) obj;

Construct a TxGeoDBFilter using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TxGeoDBFilter.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a TxGeoDBFilter.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getName

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

Specified by:
getName in interface ITxObjectFilter
Returns:
The pbstrName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

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

Specified by:
getDescription in interface ITxObjectFilter
Returns:
The pbstrDescription
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

canDisplayObject

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

Specified by:
canDisplayObject in interface ITxObjectFilter
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

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

Specified by:
canChooseObject in interface ITxObjectFilter
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.