|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.schematic.SchematicDataSource
public class SchematicDataSource
Schematic data source 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 |
alterSchematicConnection(ISchematicConnection schematicConnection)
Changes the schematic connection of the schematic data source. |
ISchematicRecordset |
createSchematicRecordsetFromQuery(String queryString)
Creates a schematic recordset from a query. |
ISchematicRecordset |
createSchematicRecordsetFromTable(String tableName)
Creates a schematic recordset from a table name. |
void |
delete()
Deletes the schematic data source. |
boolean |
equals(Object o)
Compare this object with another |
IEnumSchematicDiagram |
findRelatedDiagrams()
Finds the schematic diagrams which use 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. |
String[] |
getTableNames(boolean includeSystemTable)
Names of the tables the schematic data source can access to. |
int |
hashCode()
the hashcode for this object |
boolean |
hasRelatedDiagrams()
Indicates whether or not some schematic diagrams use the schematic data source. |
boolean |
isUnused()
Indicates whether or not the schematic data source is unused. |
void |
setName(String name)
Name of the schematic data source. |
void |
setObjectByRef(Object object)
Object associated to the schematic data source. |
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 Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
getName
in interface ISchematicDataSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface ISchematicDataSource
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getObject() throws IOException, AutomationException
getObject
in interface ISchematicDataSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setObjectByRef(Object object) throws IOException, AutomationException
setObjectByRef
in interface ISchematicDataSource
object
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicConnection getSchematicConnection() throws IOException, AutomationException
getSchematicConnection
in interface ISchematicDataSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicDataset getSchematicDataset() throws IOException, AutomationException
getSchematicDataset
in interface ISchematicDataSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws IOException, AutomationException
getID
in interface ISchematicDataSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete() throws IOException, AutomationException
delete
in interface ISchematicDataSource
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String[] getTableNames(boolean includeSystemTable) throws IOException, AutomationException
getTableNames
in interface ISchematicDataSourceDesign
includeSystemTable
- The includeSystemTable (in, optional, pass false if not required)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicRecordset createSchematicRecordsetFromTable(String tableName) throws IOException, AutomationException
createSchematicRecordsetFromTable
in interface ISchematicDataSourceDesign
tableName
- The tableName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicRecordset createSchematicRecordsetFromQuery(String queryString) throws IOException, AutomationException
createSchematicRecordsetFromQuery
in interface ISchematicDataSourceDesign
queryString
- The queryString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumSchematicDiagram findRelatedDiagrams() throws IOException, AutomationException
findRelatedDiagrams
in interface ISchematicDataSourceDesign
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean hasRelatedDiagrams() throws IOException, AutomationException
hasRelatedDiagrams
in interface ISchematicDataSourceDesign
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUnused() throws IOException, AutomationException
isUnused
in interface ISchematicDataSourceDesign
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void alterSchematicConnection(ISchematicConnection schematicConnection) throws IOException, AutomationException
alterSchematicConnection
in interface ISchematicDataSourceDesign
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |