com.esri.arcgis.schematic
Class ISchematicElementProxy

java.lang.Object
  extended bycom.esri.arcgis.interop.Dispatch
      extended bycom.esri.arcgis.geodatabase.IRowBufferProxy
          extended bycom.esri.arcgis.geodatabase.IRowProxy
              extended bycom.esri.arcgis.geodatabase.IObjectProxy
                  extended bycom.esri.arcgis.schematic.ISchematicElementProxy
All Implemented Interfaces:
java.io.Externalizable, IObject, IRow, IRowBuffer, ISchematicElement, java.io.Serializable

public class ISchematicElementProxy
extends IObjectProxy
implements ISchematicElement, java.io.Serializable

Provides access to members that control the schematic element.

See Also:
Serialized Form

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 com.esri.arcgis.interop.Dispatch
bindUsingMoniker, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, hashCode, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, readExternal, 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

targetClass

public static final java.lang.Class targetClass
Constructor Detail

ISchematicElementProxy

public ISchematicElementProxy(java.lang.String CLSID,
                              java.lang.String host,
                              AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException

ISchematicElementProxy

public ISchematicElementProxy()
For internal use only


ISchematicElementProxy

public ISchematicElementProxy(java.lang.Object obj)
                       throws java.io.IOException

ISchematicElementProxy

protected ISchematicElementProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException

ISchematicElementProxy

protected ISchematicElementProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 AuthInfo authInfo)
                          throws java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Description copied from class: Dispatch
Adds a Java object to be a listener for a specific kind of event generated by the COM object. when you wish to invoke method on the COM object using IDispatch (not using custom marshalling).

Overrides:
addListener in class IObjectProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Description copied from class: Dispatch
Removes a Java object as a listener to events generated by a COM object. when you wish to invoke method on the COM object using IDispatch (not using custom marshalling).

Overrides:
removeListener in class IObjectProxy
Throws:
java.io.IOException

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Description copied from interface: ISchematicElement
Name of the schematic element.

Specified by:
getName in interface ISchematicElement
Returns:
The name
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getSchematicElementClass

public ISchematicElementClass getSchematicElementClass()
                                                throws java.io.IOException,
                                                       AutomationException
Description copied from interface: ISchematicElement
Schematic element class related to the schematic element.

Specified by:
getSchematicElementClass in interface ISchematicElement
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicElementClass
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getSchematicDiagram

public ISchematicDiagram getSchematicDiagram()
                                      throws java.io.IOException,
                                             AutomationException
Description copied from interface: ISchematicElement
Schematic diagram related to the schematic element.

Specified by:
getSchematicDiagram in interface ISchematicElement
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDiagram
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitial

public boolean isInitial()
                  throws java.io.IOException,
                         AutomationException
Description copied from interface: ISchematicElement
Indicates if the schematic element belongs to the initial list of elements specified for the schematic diagram.

Specified by:
isInitial in interface ISchematicElement
Returns:
The initial
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

setInitial

public void setInitial(boolean initial)
                throws java.io.IOException,
                       AutomationException
Description copied from interface: ISchematicElement
Indicates if the schematic element belongs to the initial list of elements specified for the schematic diagram.

Specified by:
setInitial in interface ISchematicElement
Parameters:
initial - The initial (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

isDisplayed

public boolean isDisplayed()
                    throws java.io.IOException,
                           AutomationException
Description copied from interface: ISchematicElement
Indicates if the element is displayed.

Specified by:
isDisplayed in interface ISchematicElement
Returns:
The displayed
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

setDisplayed

public void setDisplayed(boolean displayed)
                  throws java.io.IOException,
                         AutomationException
Description copied from interface: ISchematicElement
Indicates if the element is displayed.

Specified by:
setDisplayed in interface ISchematicElement
Parameters:
displayed - The displayed (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicRelation

public ISchematicElement getSchematicRelation()
                                       throws java.io.IOException,
                                              AutomationException
Description copied from interface: ISchematicElement
Schematic element relation ship.

Specified by:
getSchematicRelation in interface ISchematicElement
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicElement
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSchematicRelationByRef

public void setSchematicRelationByRef(ISchematicElement schematicElement)
                               throws java.io.IOException,
                                      AutomationException
Description copied from interface: ISchematicElement
Schematic element relation ship.

Specified by:
setSchematicRelationByRef in interface ISchematicElement
Parameters:
schematicElement - A reference to a com.esri.arcgis.schematic.ISchematicElement (in)
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

createAssociation

public ISchematicElementAssociation createAssociation(int dataSourceID,
                                                      int cLSID,
                                                      int oID,
                                                      int sUBID,
                                                      int eID)
                                               throws java.io.IOException,
                                                      AutomationException
Description copied from interface: ISchematicElement
Create a schematic association.

Specified by:
createAssociation in interface ISchematicElement
Parameters:
dataSourceID - The dataSourceID (in)
cLSID - The cLSID (in)
oID - The oID (in)
sUBID - The sUBID (in)
eID - The eID (in)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicElementAssociation
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getPropertySet

public IPropertySet getPropertySet()
                            throws java.io.IOException,
                                   AutomationException
Description copied from interface: ISchematicElement
PropertySet related to the schematic element.

Specified by:
getPropertySet in interface ISchematicElement
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

alterPropertySet

public void alterPropertySet(IPropertySet propertySet)
                      throws java.io.IOException,
                             AutomationException
Description copied from interface: ISchematicElement
Changes the schematic element PropertySet with the specified PropertySet.

Specified by:
alterPropertySet in interface ISchematicElement
Parameters:
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.