|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.schematic.SchematicElementAssociation
public class SchematicElementAssociation
Schematic element association object.
Constructor Summary | |
---|---|
SchematicElementAssociation(Object obj)
Construct a SchematicElementAssociation using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
alterAssociation(int dataSourceID,
int uCID,
int uOID,
int uSUBID,
String uGUID)
Changes the schematic element association. |
void |
deleteAssociation()
Deletes the schematic element association. |
boolean |
equals(Object o)
Compare this object with another |
IObject |
getAssociatedObject()
Associated object if exist. |
IObjectClass |
getAssociatedObjectClass()
Associated object class if exist. |
int |
getDataSourceID()
Data source ID related to the schematic element assocation. |
int |
getElementID()
ID of the schematic element related to the association. |
int |
getID()
ID of the schematic association. |
ISchematicElement |
getSchematicElement()
Schematic element related to the association. |
int |
getUCID()
Class ID related to the schematic element assocation. |
String |
getUGUID()
GUID related to the schematic element assocation. |
int |
getUOID()
Object ID related to the schematic element assocation. |
int |
getUSUBID()
SUBID related to the schematic element assocation. |
int |
hashCode()
the hashcode for this object |
void |
setDataSourceID(int iD)
Data source ID related to the schematic element assocation. |
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 SchematicElementAssociation(Object obj) throws IOException
obj
to SchematicElementAssociation
. *
SchematicElementAssociation o = (SchematicElementAssociation)obj; // will not work
SchematicElementAssociation o = new SchematicElementAssociation(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
SchematicElementAssociation theSchematicElementAssociation = (SchematicElementAssociation) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public ISchematicElement getSchematicElement() throws IOException, AutomationException
getSchematicElement
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws IOException, AutomationException
getID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getElementID() throws IOException, AutomationException
getElementID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDataSourceID() throws IOException, AutomationException
getDataSourceID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceID(int iD) throws IOException, AutomationException
setDataSourceID
in interface ISchematicElementAssociation
iD
- The iD (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUCID() throws IOException, AutomationException
getUCID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUOID() throws IOException, AutomationException
getUOID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUSUBID() throws IOException, AutomationException
getUSUBID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getUGUID() throws IOException, AutomationException
getUGUID
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void alterAssociation(int dataSourceID, int uCID, int uOID, int uSUBID, String uGUID) throws IOException, AutomationException
alterAssociation
in interface ISchematicElementAssociation
dataSourceID
- The dataSourceID (in)uCID
- The uCID (in)uOID
- The uOID (in)uSUBID
- The uSUBID (in)uGUID
- The uGUID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteAssociation() throws IOException, AutomationException
deleteAssociation
in interface ISchematicElementAssociation
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IObject getAssociatedObject() throws IOException, AutomationException
getAssociatedObject
in interface ISchematicElementAssociatedObject
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IObjectClass getAssociatedObjectClass() throws IOException, AutomationException
getAssociatedObjectClass
in interface ISchematicElementAssociatedObject
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 |