|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicDataSource
public class SchematicDataSource
Schematic Datasource Object.
| Constructor Summary | |
|---|---|
SchematicDataSource(Object obj)
Construct a SchematicDataSource using a reference to such an object returned from ArcGIS Engine or Server. |
|
| 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. |
boolean |
equals(Object o)
Compare this object with another |
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. |
IWorkspace |
getWorkspace()
The workspace for this workspace helper. |
int |
hashCode()
the hashcode for this object |
void |
setLabel(String label)
Label of the schematic datasource. |
void |
setName(String name)
Name of the schematic datasource. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public SchematicDataSource(Object obj)
throws IOException
obj to SchematicDataSource. *
SchematicDataSource o = (SchematicDataSource)obj; // will not work
SchematicDataSource o = new SchematicDataSource(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException - if there are interop problems
SchematicDataSource theSchematicDataSource = (SchematicDataSource) obj;| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public ISchematicDataset getSchematicDataset()
throws IOException,
AutomationException
getSchematicDataset in interface ISchematicDataSourceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getID()
throws IOException,
AutomationException
getID in interface ISchematicDataSourceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource.getCLSID(),
ISchematicDataSource.getLabel(),
ISchematicDataSource.getName()
public String getName()
throws IOException,
AutomationException
getName in interface ISchematicDataSourceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource.getCLSID(),
ISchematicDataSource.getLabel(),
ISchematicDataSource.getID()
public void setName(String name)
throws IOException,
AutomationException
setName in interface ISchematicDataSourcename - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getLabel()
throws IOException,
AutomationException
getLabel in interface ISchematicDataSourceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource.getCLSID(),
ISchematicDataSource.getID(),
ISchematicDataSource.getName()
public void setLabel(String label)
throws IOException,
AutomationException
setLabel in interface ISchematicDataSourcelabel - The label (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IUID getCLSID()
throws IOException,
AutomationException
getCLSID in interface ISchematicDataSourceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicDataSource.getLabel(),
ISchematicDataSource.getID(),
ISchematicDataSource.getName()
public IMemoryBlobStream getConnectionBlob()
throws IOException,
AutomationException
getConnectionBlob in interface ISchematicDataSourceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alter(IUID cLSID,
IMemoryBlobStream connectionBlob)
throws IOException,
AutomationException
alter in interface ISchematicDataSourcecLSID - 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.
public void delete()
throws IOException,
AutomationException
delete in interface ISchematicDataSourceIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IWorkspace getWorkspace()
throws IOException,
AutomationException
getWorkspace in interface IWorkspaceHelperIOException - 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 | ||||||||