|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IRowBufferProxy
com.esri.arcgis.geodatabase.IRowProxy
com.esri.arcgis.geodatabase.IObjectProxy
com.esri.arcgis.schematic.ISchematicElementProxy
Provides access to members that control the schematic element.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
ISchematicElementProxy()
For internal use only |
|
ISchematicElementProxy(java.lang.Object obj)
|
protected |
ISchematicElementProxy(java.lang.Object obj,
java.lang.String iid)
|
|
ISchematicElementProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
ISchematicElementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
void |
alterPropertySet(IPropertySet propertySet)
Changes the schematic element PropertySet with the specified PropertySet. |
ISchematicElementAssociation |
createAssociation(int dataSourceID,
int cLSID,
int oID,
int sUBID,
int eID)
Create a schematic association. |
java.lang.String |
getName()
Name of the schematic element. |
IPropertySet |
getPropertySet()
PropertySet related to the schematic element. |
ISchematicDiagram |
getSchematicDiagram()
Schematic diagram related to the schematic element. |
ISchematicElementClass |
getSchematicElementClass()
Schematic element class related to the schematic element. |
ISchematicElement |
getSchematicRelation()
Schematic element relation ship. |
boolean |
isDisplayed()
Indicates if the element is displayed. |
boolean |
isInitial()
Indicates if the schematic element belongs to the initial list of elements specified for the schematic diagram. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
void |
setDisplayed(boolean displayed)
Indicates if the element is displayed. |
void |
setInitial(boolean initial)
Indicates if the schematic element belongs to the initial list of elements specified for the schematic diagram. |
void |
setSchematicRelationByRef(ISchematicElement schematicElement)
Schematic element relation ship. |
| Methods inherited from class com.esri.arcgis.geodatabase.IObjectProxy |
esri_getClass |
| Methods inherited from class com.esri.arcgis.geodatabase.IRowProxy |
delete, getOID, getTable, isHasOID, store |
| Methods inherited from class com.esri.arcgis.geodatabase.IRowBufferProxy |
getFields, getValue, setValue |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.geodatabase.IObject |
esri_getClass |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRow |
delete, getOID, getTable, isHasOID, store |
| Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer |
getFields, getValue, setValue |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public ISchematicElementProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public ISchematicElementProxy()
public ISchematicElementProxy(java.lang.Object obj)
throws java.io.IOException
protected ISchematicElementProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected ISchematicElementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class IObjectProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class IObjectProxyjava.io.IOException
public java.lang.String getName()
throws java.io.IOException,
AutomationException
ISchematicElement
getName in interface ISchematicElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISchematicElementClass getSchematicElementClass()
throws java.io.IOException,
AutomationException
ISchematicElement
getSchematicElementClass in interface ISchematicElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISchematicDiagram getSchematicDiagram()
throws java.io.IOException,
AutomationException
ISchematicElement
getSchematicDiagram in interface ISchematicElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInitial()
throws java.io.IOException,
AutomationException
ISchematicElement
isInitial in interface ISchematicElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setInitial(boolean initial)
throws java.io.IOException,
AutomationException
ISchematicElement
setInitial in interface ISchematicElementinitial - The initial (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isDisplayed()
throws java.io.IOException,
AutomationException
ISchematicElement
isDisplayed in interface ISchematicElementAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setDisplayed(boolean displayed)
throws java.io.IOException,
AutomationException
ISchematicElement
setDisplayed in interface ISchematicElementdisplayed - The displayed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicElement getSchematicRelation()
throws java.io.IOException,
AutomationException
ISchematicElement
getSchematicRelation in interface ISchematicElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicRelationByRef(ISchematicElement schematicElement)
throws java.io.IOException,
AutomationException
ISchematicElement
setSchematicRelationByRef in interface ISchematicElementschematicElement - A reference to a com.esri.arcgis.schematic.ISchematicElement (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISchematicElementAssociation createAssociation(int dataSourceID,
int cLSID,
int oID,
int sUBID,
int eID)
throws java.io.IOException,
AutomationException
ISchematicElement
createAssociation in interface ISchematicElementdataSourceID - The dataSourceID (in)cLSID - The cLSID (in)oID - The oID (in)sUBID - The sUBID (in)eID - The eID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IPropertySet getPropertySet()
throws java.io.IOException,
AutomationException
ISchematicElement
getPropertySet in interface ISchematicElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void alterPropertySet(IPropertySet propertySet)
throws java.io.IOException,
AutomationException
ISchematicElement
alterPropertySet in interface ISchematicElementpropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
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 | |||||||||