|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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.
com.esri.arcgis.schematic.INgElement
,
ISchematicLink
,
ISchematicNodeOnLink
,
ISchematicNode
,
com.esri.arcgis.schematic.ISchematicDrawing
,
ISchematicSubLink
,
Serialized FormField Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
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,
String gUID)
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. |
int |
getUpdateStatus()
Update status of the element. |
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(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 |
setUpdateStatus(int updateStatus)
Update status of the element. |
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, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
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 boolean noncastable
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 IObjectProxy
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class IObjectProxy
IOException
public String getName() throws IOException, AutomationException
getName
in interface ISchematicElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicElementClass getSchematicElementClass() throws IOException, AutomationException
getSchematicElementClass
in interface ISchematicElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicDiagram getSchematicDiagram() throws IOException, AutomationException
getSchematicDiagram
in interface ISchematicElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInitial() throws IOException, AutomationException
isInitial
in interface ISchematicElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInitial(boolean initial) throws IOException, AutomationException
setInitial
in interface ISchematicElement
initial
- 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 ISchematicElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayed(boolean displayed) throws IOException, AutomationException
setDisplayed
in interface ISchematicElement
displayed
- The displayed (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUpdateStatus() throws IOException, AutomationException
getUpdateStatus
in interface ISchematicElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpdateStatus(int updateStatus) throws IOException, AutomationException
setUpdateStatus
in interface ISchematicElement
updateStatus
- A com.esri.arcgis.schematic.esriSchematicUpdateStatus constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicElement getSchematicRelation() throws IOException, AutomationException
getSchematicRelation
in interface ISchematicElement
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSchematicRelationByRef(ISchematicElement schematicElement) throws IOException, AutomationException
setSchematicRelationByRef
in interface ISchematicElement
schematicElement
- 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, String gUID) throws IOException, AutomationException
createAssociation
in interface ISchematicElement
dataSourceID
- The dataSourceID (in)cLSID
- The cLSID (in)oID
- The oID (in)sUBID
- The sUBID (in)gUID
- The gUID (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 ISchematicElement
IOException
- 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 ISchematicElement
propertySet
- 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |