com.esri.arcgis.trackinganalyst
Interface ITxCatalog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITxCatalogProxy, TxCatalog

public interface ITxCatalog
extends java.io.Serializable

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

Description: 'Provides access to properties and methods needed to use the CJMTK catalog object natively, aka GUI less.' 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 IID71113a87_88ed_11d7_b87c_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void close()
          Close the Open Catalog and save its state to the current path.
 ITxCatalogObject connectFolder(java.lang.String bstrFolderPath)
          Connect a folder to the root level of the Catalog.
 void disconnectFolder(java.lang.String bstrFolderPath)
          Disconnect a folder from the root level of the Catalog.
 void esri_new()
          Creates a Default Catalog Removing any customized folders or root objects added.
 java.lang.String getPath()
          The current path of the Catalogs configuration file.
 void open(java.lang.String bstrCatalogPath)
          Opens a Catalog Configuration File at the specified path.
 void save(java.lang.String bstrPath)
          Save the catalogs state to a configurations file at the Path specified.
 

Field Detail

IID71113a87_88ed_11d7_b87c_00010265adc5

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

connectFolder

ITxCatalogObject connectFolder(java.lang.String bstrFolderPath)
                               throws java.io.IOException,
                                      AutomationException
Connect a folder to the root level of the Catalog.

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

disconnectFolder

void disconnectFolder(java.lang.String bstrFolderPath)
                      throws java.io.IOException,
                             AutomationException
Disconnect a folder from the root level of the Catalog.

Parameters:
bstrFolderPath - The bstrFolderPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

close

void close()
           throws java.io.IOException,
                  AutomationException
Close the Open Catalog and save its state to the current path.

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

getPath

java.lang.String getPath()
                         throws java.io.IOException,
                                AutomationException
The current path of the Catalogs configuration file.

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

esri_new

void esri_new()
              throws java.io.IOException,
                     AutomationException
Creates a Default Catalog Removing any customized folders or root objects added.

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

open

void open(java.lang.String bstrCatalogPath)
          throws java.io.IOException,
                 AutomationException
Opens a Catalog Configuration File at the specified path.

Parameters:
bstrCatalogPath - The bstrCatalogPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

void save(java.lang.String bstrPath)
          throws java.io.IOException,
                 AutomationException
Save the catalogs state to a configurations file at the Path specified.

Parameters:
bstrPath - The bstrPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.