|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicDataSource
Provides access to members that manage the schematic data source.
com.esri.arcgis.schematic.INgDataSource| Method Summary | |
|---|---|
void |
delete()
Deletes the schematic data source. |
int |
getID()
ID of the schematic data source. |
String |
getName()
Name of the schematic data source. |
Object |
getObject()
Object associated to the schematic data source. |
ISchematicConnection |
getSchematicConnection()
Schematic connection associated to the schematic data source. |
ISchematicDataset |
getSchematicDataset()
Schematic dataset the schematic data source belongs to. |
void |
setName(String name)
Name of the schematic data source. |
void |
setObjectByRef(Object object)
Object associated to the schematic data source. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource,
ISchematicDataSource.getID()
void setName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getObject()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setObjectByRef(Object object)
throws IOException,
AutomationException
object - A reference to another Object (IUnknown) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicConnection getSchematicConnection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataset getSchematicDataset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource,
ISchematicDataSource.getName()
void delete()
throws IOException,
AutomationException
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 | ||||||||