|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicDataset
Provides access to members that manage the schematic dataset.
| Method Summary | |
|---|---|
ISchematicDataSource |
createSchematicDataSource(String name,
ISchematicConnection schematicConnection)
Creates a new schematic data source inside the schematic dataset. |
ISchematicDiagramClass |
createSchematicDiagramClass(String name)
Creates a new schematic diagram class inside the schematic dataset. |
ISchematicElementClass |
createSchematicElementClass(String name,
int type)
Creates a new schematic element class inside the schematic dataset. |
ISchematicFolder |
createSchematicFolder(String name)
Creates a new schematic folder in the schematic dataset. |
ISchematicDataSource |
getDefaultSchematicDataSource()
Cuurent schematic data source. |
int |
getID()
ID of the schematic dataset. |
IEnumSchematicInMemoryDiagram |
getSchematicInMemoryDiagrams()
Opened schematic in memory diagrams of the schematic dataset. |
ISchematicWorkspace |
getSchematicWorkspace()
Schematic workspace related to the schematic dataset. |
boolean |
isDesignMode()
Indicates if the schematic dataset design mode is activated. |
boolean |
isHasChanged()
Indicates if the schematic dataset has changed. |
void |
save(int saveVersion,
boolean canDeleteNonEmptyTables)
Saves the schematic dataset. |
void |
setDesignMode(boolean designMode)
Indicates if the schematic dataset design mode is activated. |
void |
setHasChanged(boolean hasChanged)
Indicates if the schematic dataset has changed. |
| Method Detail |
|---|
int getID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicWorkspace getSchematicWorkspace()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasChanged()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHasChanged(boolean hasChanged)
throws IOException,
AutomationException
hasChanged - The hasChanged (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void save(int saveVersion,
boolean canDeleteNonEmptyTables)
throws IOException,
AutomationException
saveVersion - A com.esri.arcgis.system.esriArcGISVersion constant (in)canDeleteNonEmptyTables - The canDeleteNonEmptyTables (in, optional, pass false if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicInMemoryDiagram getSchematicInMemoryDiagrams()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDiagramClass createSchematicDiagramClass(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicElementClass createSchematicElementClass(String name,
int type)
throws IOException,
AutomationException
name - The name (in)type - A com.esri.arcgis.schematic.esriSchematicElementType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataSource createSchematicDataSource(String name,
ISchematicConnection schematicConnection)
throws IOException,
AutomationException
name - The name (in)schematicConnection - A reference to a com.esri.arcgis.schematic.ISchematicConnection (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicFolder createSchematicFolder(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataSource getDefaultSchematicDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isDesignMode()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDesignMode(boolean designMode)
throws IOException,
AutomationException
designMode - The designMode (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 | ||||||||