|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicDataSource
Provides access to members that controls the schematic datasource.
INgDataSource| Method Summary | |
|---|---|
void |
alter(IUID cLSID,
IMemoryBlobStream connectionBlob)
Changes the schematic datasource with the new specified CLSID and the new specified connection definition. |
void |
delete()
Deletes the schematic datasource. |
IUID |
getCLSID()
CLSID of the schematic datasource. |
IMemoryBlobStream |
getConnectionBlob()
Blob stream that allows to connect to schematic datasource. |
int |
getID()
ID of the schematic datasource. |
String |
getLabel()
Label of the schematic datasource. |
String |
getName()
Name of the schematic datasource. |
ISchematicDataset |
getSchematicDataset()
Schematic dataset related to the schematic datasource. |
void |
setLabel(String label)
Label of the schematic datasource. |
void |
setName(String name)
Name of the schematic datasource. |
| Method Detail |
|---|
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.getCLSID(),
ISchematicDataSource.getLabel(),
ISchematicDataSource.getName()
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource.getCLSID(),
ISchematicDataSource.getLabel(),
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.
String getLabel()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource.getCLSID(),
ISchematicDataSource.getID(),
ISchematicDataSource.getName()
void setLabel(String label)
throws IOException,
AutomationException
label - The label (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getCLSID()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource.getLabel(),
ISchematicDataSource.getID(),
ISchematicDataSource.getName()
IMemoryBlobStream getConnectionBlob()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void alter(IUID cLSID,
IMemoryBlobStream connectionBlob)
throws IOException,
AutomationException
cLSID - A reference to a com.esri.arcgis.system.IUID (in)connectionBlob - A reference to a com.esri.arcgis.system.IMemoryBlobStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
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 | ||||||||