|
|||||||||
| 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
public class ISchematicElementProxy
Provides access to members that control the schematic element.
INgElement,
ISchematicLink,
ISchematicNodeOnLink,
ISchematicNode,
ISchematicDrawing,
ISchematicSubLink,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
ISchematicElementProxy()
|
|
ISchematicElementProxy(Object obj)
|
protected |
ISchematicElementProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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. |
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 |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
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. |
void |
writeExternal(ObjectOutput out)
|
| 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 com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| 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 |
| Constructor Detail |
|---|
public ISchematicElementProxy()
public ISchematicElementProxy(Object obj)
throws IOException
IOException
protected ISchematicElementProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class IObjectProxyIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class IObjectProxyIOException
public String getName()
throws IOException,
AutomationException
getName in interface ISchematicElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicElementClass getSchematicElementClass()
throws IOException,
AutomationException
getSchematicElementClass in interface ISchematicElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicDiagram getSchematicDiagram()
throws IOException,
AutomationException
getSchematicDiagram in interface ISchematicElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isInitial()
throws IOException,
AutomationException
isInitial in interface ISchematicElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInitial(boolean initial)
throws IOException,
AutomationException
setInitial in interface ISchematicElementinitial - The initial (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDisplayed()
throws IOException,
AutomationException
isDisplayed in interface ISchematicElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayed(boolean displayed)
throws IOException,
AutomationException
setDisplayed in interface ISchematicElementdisplayed - The displayed (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicElement getSchematicRelation()
throws IOException,
AutomationException
getSchematicRelation in interface ISchematicElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSchematicRelationByRef(ISchematicElement schematicElement)
throws IOException,
AutomationException
setSchematicRelationByRef in interface ISchematicElementschematicElement - A reference to a com.esri.arcgis.schematic.ISchematicElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISchematicElementAssociation createAssociation(int dataSourceID,
int cLSID,
int oID,
int sUBID,
int eID)
throws IOException,
AutomationException
createAssociation in interface ISchematicElementdataSourceID - The dataSourceID (in)cLSID - The cLSID (in)oID - The oID (in)sUBID - The sUBID (in)eID - The eID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicElementAssociation
public IPropertySet getPropertySet()
throws IOException,
AutomationException
getPropertySet in interface ISchematicElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicElement.alterPropertySet(com.esri.arcgis.system.IPropertySet)
public void alterPropertySet(IPropertySet propertySet)
throws IOException,
AutomationException
alterPropertySet in interface ISchematicElementpropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.ISchematicElement.getPropertySet()
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class IObjectProxyIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class IObjectProxyIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||