com.esri.arcgis.trackinganalyst
Class TxCatalogDialog

java.lang.Object
  extended by com.esri.arcgis.trackinganalyst.TxCatalogDialog
All Implemented Interfaces:
com.esri.arcgis.interop.RemoteObjRef, ISupportErrorInfo, ITxCatalogDialog, java.io.Serializable

public class TxCatalogDialog
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, ITxCatalogDialog, ISupportErrorInfo

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

Description 'This object provides a Dialog that can be used to graphically browse for GIS data.' 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.ITxCatalogDialog
IID, IID71113a84_88ed_11d7_b87c_00010265adc5, xxDummy
 
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy
 
Constructor Summary
TxCatalogDialog()
          Constructs a TxCatalogDialog using ArcGIS Engine.
TxCatalogDialog(java.lang.Object obj)
          Construct a TxCatalogDialog using a reference to such an object returned from ArcGIS Engine or Server.
 
Method Summary
 boolean doModalOpen(int lParentWindow, IEnumTxObject[] ppiSelection)
          Opens the dialog to choose data.
 boolean equals(java.lang.Object o)
          Compare this object with another
static java.lang.String getClsid()
          getClsid.
 ITxCatalog getInternalCatalog()
          The catalog object used internally by the GxDialog.
 com.esri.arcgis.interop.Dispatch getJintegraDispatch()
          Deprecated. Internal use only.
 int hashCode()
          the hashcode for this object
 void interfaceSupportsErrorInfo(GUID riid)
          interfaceSupportsErrorInfo
 void release()
          Release a TxCatalogDialog.
 void setAllowMultiSelect(boolean rhs1)
          Indicates if multiple items may be selected.
 void setButtonCaption(java.lang.String rhs1)
          The caption to use for the Open or Save button.
 void setTitle(java.lang.String rhs1)
          The dialog's title.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxCatalogDialog

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

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

TxCatalogDialog

public TxCatalogDialog(java.lang.Object obj)
                throws java.io.IOException
Construct a TxCatalogDialog using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to TxCatalogDialog.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems TxCatalogDialog theTxCatalogDialog = (TxCatalogDialog) obj;
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 TxCatalogDialog.

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

getInternalCatalog

public ITxCatalog getInternalCatalog()
                              throws java.io.IOException,
                                     AutomationException
The catalog object used internally by the GxDialog.

Specified by:
getInternalCatalog in interface ITxCatalogDialog
Returns:
A reference to a com.esri.arcgis.trackinganalyst.ITxCatalog
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setButtonCaption

public void setButtonCaption(java.lang.String rhs1)
                      throws java.io.IOException,
                             AutomationException
The caption to use for the Open or Save button.

Specified by:
setButtonCaption in interface ITxCatalogDialog
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTitle

public void setTitle(java.lang.String rhs1)
              throws java.io.IOException,
                     AutomationException
The dialog's title.

Specified by:
setTitle in interface ITxCatalogDialog
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalOpen

public boolean doModalOpen(int lParentWindow,
                           IEnumTxObject[] ppiSelection)
                    throws java.io.IOException,
                           AutomationException
Opens the dialog to choose data.

Specified by:
doModalOpen in interface ITxCatalogDialog
Parameters:
lParentWindow - The lParentWindow (in)
ppiSelection - A reference to a com.esri.arcgis.trackinganalyst.IEnumTxObject (out: use single element array)
Returns:
The pbvarResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAllowMultiSelect

public void setAllowMultiSelect(boolean rhs1)
                         throws java.io.IOException,
                                AutomationException
Indicates if multiple items may be selected. False, by default.

Specified by:
setAllowMultiSelect in interface ITxCatalogDialog
Parameters:
rhs1 - The rhs1 (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

interfaceSupportsErrorInfo

public void interfaceSupportsErrorInfo(GUID riid)
                                throws java.io.IOException,
                                       AutomationException
interfaceSupportsErrorInfo

Specified by:
interfaceSupportsErrorInfo in interface ISupportErrorInfo
Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.