|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITxCatalog
Provides access to properties and methods needed to use the CJMTK catalog object natively, aka GUI less.
This interface provides access to properties and methods needed to use the CJMTK catalog object natively, aka GUI less.
Method Summary | |
---|---|
void |
close()
Close the Open Catalog and save its state to the current path. |
ITxCatalogObject |
connectFolder(String bstrFolderPath)
Connect a folder to the root level of the Catalog. |
void |
disconnectFolder(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. |
String |
getPath()
The current path of the Catalogs configuration file. |
void |
open(String bstrCatalogPath)
Opens a Catalog Configuration File at the specified path. |
void |
save(String bstrPath)
Save the catalogs state to a configurations file at the Path specified. |
Method Detail |
---|
ITxCatalogObject connectFolder(String bstrFolderPath) throws IOException, AutomationException
bstrFolderPath
- The bstrFolderPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void disconnectFolder(String bstrFolderPath) throws IOException, AutomationException
bstrFolderPath
- The bstrFolderPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void close() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void esri_new() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void open(String bstrCatalogPath) throws IOException, AutomationException
bstrCatalogPath
- The bstrCatalogPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void save(String bstrPath) throws IOException, AutomationException
bstrPath
- The bstrPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |