|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicWorkspace
Provides access to members that control the schematic workspace functionality.
ISchematicWorkspaceFactory
Method Summary | |
---|---|
ISchematicDataset |
createSchematicDataset(String name,
String configKeyword)
Creates a new schematic dataset. |
IName |
getFullName()
Schematic workspace full name. |
ISchematicDataset |
getSchematicDatasetByID(int iD)
Schematic dataset referenced by the specified ID. |
ISchematicDataset |
getSchematicDatasetByName(String name)
Schematic dataset referenced by the specified Name. |
IEnumSchematicDatasetName |
getSchematicDatasetNames()
List of the schematic dataset names within the schematic workspace. |
IEnumSchematicDataset |
getSchematicDatasets()
List of the schematic datasets within the schematic workspace. |
IWorkspace |
getWorkspace()
GDB workspace corresponding to the schematic workspace. |
Method Detail |
---|
IWorkspace getWorkspace() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IName getFullName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumSchematicDatasetName getSchematicDatasetNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicWorkspace.getSchematicDatasets()
IEnumSchematicDataset getSchematicDatasets() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicWorkspace.getSchematicDatasetNames()
ISchematicDataset getSchematicDatasetByID(int iD) throws IOException, AutomationException
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDataset getSchematicDatasetByName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISchematicDataset createSchematicDataset(String name, String configKeyword) throws IOException, AutomationException
name
- The name (in)configKeyword
- The configKeyword (in, optional, pass 0 if not required)
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 |