|
|||||||||
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
COM Class 'SchematicElementAssociation'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description 'Schematic element association object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.schematic.ISchematicElementAssociation |
---|
IID, IID4f428118_5fa1_46c9_a664_81d6af46a8a0, xxDummy |
Fields inherited from interface com.esri.arcgis.schematic.ISchematicElementAssociatedObject |
---|
IID, IIDac156df8_2824_4fa1_b62e_36a0bf26010e, xxDummy |
Constructor Summary | |
---|---|
SchematicElementAssociation(java.lang.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,
java.lang.String uGUID)
Changes the schematic element association. |
void |
deleteAssociation()
Deletes the schematic element association. |
boolean |
equals(java.lang.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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
ISchematicElement |
getSchematicElement()
Schematic element related to the association. |
int |
getUCID()
Class ID related to the schematic element assocation. |
java.lang.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 |
release()
Release a SchematicElementAssociation. |
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 |
Constructor Detail |
---|
public SchematicElementAssociation(java.lang.Object obj) throws java.io.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
java.io.IOException
- if there are interop problems
SchematicElementAssociation theSchematicElementAssociation = (SchematicElementAssociation) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public ISchematicElement getSchematicElement() throws java.io.IOException, AutomationException
getSchematicElement
in interface ISchematicElementAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws java.io.IOException, AutomationException
getID
in interface ISchematicElementAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getElementID() throws java.io.IOException, AutomationException
getElementID
in interface ISchematicElementAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDataSourceID() throws java.io.IOException, AutomationException
getDataSourceID
in interface ISchematicElementAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceID(int iD) throws java.io.IOException, AutomationException
setDataSourceID
in interface ISchematicElementAssociation
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUCID() throws java.io.IOException, AutomationException
getUCID
in interface ISchematicElementAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUOID() throws java.io.IOException, AutomationException
getUOID
in interface ISchematicElementAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUSUBID() throws java.io.IOException, AutomationException
getUSUBID
in interface ISchematicElementAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getUGUID() throws java.io.IOException, AutomationException
getUGUID
in interface ISchematicElementAssociation
java.io.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, java.lang.String uGUID) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteAssociation() throws java.io.IOException, AutomationException
deleteAssociation
in interface ISchematicElementAssociation
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IObject getAssociatedObject() throws java.io.IOException, AutomationException
getAssociatedObject
in interface ISchematicElementAssociatedObject
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IObjectClass getAssociatedObjectClass() throws java.io.IOException, AutomationException
getAssociatedObjectClass
in interface ISchematicElementAssociatedObject
java.io.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 |