|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDataBrowser
Provides access to members that control the data browser.
Developers can implement this interface as a shortcut for obtaining references to workspaces and data through one common interface, the interface is not currently implemented by any classes provided with ArcGIS.
| Method Summary | |
|---|---|
IEnumWorkspace |
getDatabases()
The database connections installed on the machine. |
IEnumDataset |
getDatasets(IWorkspace workspace)
The datasets registered in the catalog under the specified workspace. |
IEnumFeatureClass |
getFeatureClasses(IDataset dataset)
The feature classes registered in the catalog under the specified dataset. |
IEnumWorkspace |
getWorkspaces(String path)
The workspaces in the specified path. |
| Method Detail |
|---|
IEnumWorkspace getDatabases()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumWorkspace getWorkspaces(String path)
throws IOException,
AutomationException
path - The path (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumDataset getDatasets(IWorkspace workspace)
throws IOException,
AutomationException
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumFeatureClass getFeatureClasses(IDataset dataset)
throws IOException,
AutomationException
dataset - A reference to a com.esri.arcgis.geodatabase.IDataset (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 | ||||||||