com.esri.arcgis.schematic
Class ISchematicDiagramClassProxy

java.lang.Object
  extended bycom.esri.arcgis.interop.Dispatch
      extended bycom.esri.arcgis.geodatabase.IClassProxy
          extended bycom.esri.arcgis.geodatabase.IObjectClassProxy
              extended bycom.esri.arcgis.schematic.ISchematicDiagramClassProxy
All Implemented Interfaces:
java.io.Externalizable, IClass, IObjectClass, ISchematicDiagramClass, java.io.Serializable

public class ISchematicDiagramClassProxy
extends IObjectClassProxy
implements ISchematicDiagramClass, java.io.Serializable

Provides access to members that control the schematic diagram class.

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
  ISchematicDiagramClassProxy()
          For internal use only
  ISchematicDiagramClassProxy(java.lang.Object obj)
           
protected ISchematicDiagramClassProxy(java.lang.Object obj, java.lang.String iid)
           
  ISchematicDiagramClassProxy(java.lang.String CLSID, java.lang.String host, AuthInfo authInfo)
           
protected ISchematicDiagramClassProxy(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 alterAlgorithm(IUID uID, IPropertySet propertySet)
          Changes the algorithm defined for the schematic diagram class with the new specified algorithm CLSID and the new specified algorithm PropertySet.
 void alterBuilder(IUID uID, IPropertySet propertySet)
          Changes the builder defined for the schematic diagram class with the new specified builder CLSID and the new specified builder PropertySet.
 void alterLinker(IUID uID, IPropertySet propertySet)
          Changes the linker defined for the schematic diagram class with the new specified linker CLSID and the new specified linker PropertySet.
 void alterQuery(int dataSourceID, IPropertySet propertySet)
          Changes the query related to the schematic diagram class with the new specified datasource ID and the new specified query PropertySet.
 void associateElementClass(ISchematicElementClass schematicElementClass)
          Associates the specified schematic element class with the diagram class.
 ISchematicDiagram createSchematicDiagram(java.lang.String name, ISchematicDiagramContainer diagramContainer)
          Creates a new schematic diagram.
 void dissociateElementClass(ISchematicElementClass schematicElementClass)
          Dissociate the specified schematic element class from the diagram class.
 IUID getAlgorithmCLSID()
          Algorithm CLSID defined for the schematic diagram class.
 IPropertySet getAlgorithmPropertySet()
          Algorithm PropertySet related to the schematic diagram class.
 IEnumSchematicElementClass getAssociatedElementClasses()
          List of the schematic element classes associated with the schematic diagram class.
 IUID getBuilderCLSID()
          Builder CLSID defined for the schematic diagram class.
 IPropertySet getBuilderPropertySet()
          Builder PropertySet related to the schematic diagram class.
 int getDataSourceID()
          ID of the datasource related to the schematic diagram class.
 IUID getLinkerCLSID()
          Linker CLSID defined for the schematic diagram class.
 IPropertySet getLinkerPropertySet()
          Linker PropertySet related to the schematic diagram class.
 ISchematicDiagramClass getParent()
          Parent diagram class of the schematic diagram class.
 IPropertySet getQueryPropertySet()
          Query PropertySet related to the schematic diagram class.
 ISchematicBuilder getSchematicBuilder()
          Schematic builder defined for the schematic diagram class.
 ISchematicDataset getSchematicDataset()
          Schematic dataset related to the schematic diagram class.
 ISchematicDiagram getSchematicDiagramByID(int iD, ISchematicDiagramContainer diagramContainer)
          Schematic diagram referenced by the specified ID from the specified schematic diagrams container.
 ISchematicDiagram getSchematicDiagramByName(java.lang.String name, ISchematicDiagramContainer diagramContainer)
          Schematic diagram referenced by the schematic diagram class with the specified Name from the specified schematic diagrams container.
 IEnumSchematicDiagram getSchematicDiagrams(ISchematicDiagramContainer diagramContainer)
          List of the schematic diagrams related to the schematic diagram class within a specified schematic diagrams container.
 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 setParentByRef(ISchematicDiagramClass parent)
          Parent diagram class of the schematic diagram class.
 
Methods inherited from class com.esri.arcgis.geodatabase.IObjectClassProxy
getAliasName, getObjectClassID, getRelationshipClasses
 
Methods inherited from class com.esri.arcgis.geodatabase.IClassProxy
addField, addIndex, deleteField, deleteIndex, findField, getCLSID, getEXTCLSID, getExtension, getExtensionProperties, getFields, getIndexes, getOIDFieldName, isHasOID
 
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.IObjectClass
getAliasName, getObjectClassID, getRelationshipClasses
 
Methods inherited from interface com.esri.arcgis.geodatabase.IClass
addField, addIndex, deleteField, deleteIndex, findField, getCLSID, getEXTCLSID, getExtension, getExtensionProperties, getFields, getIndexes, getOIDFieldName, isHasOID
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Constructor Detail

ISchematicDiagramClassProxy

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

ISchematicDiagramClassProxy

public ISchematicDiagramClassProxy()
For internal use only


ISchematicDiagramClassProxy

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

ISchematicDiagramClassProxy

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

ISchematicDiagramClassProxy

protected ISchematicDiagramClassProxy(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 IObjectClassProxy
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 IObjectClassProxy
Throws:
java.io.IOException

getParent

public ISchematicDiagramClass getParent()
                                 throws java.io.IOException,
                                        AutomationException
Description copied from interface: ISchematicDiagramClass
Parent diagram class of the schematic diagram class.

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

setParentByRef

public void setParentByRef(ISchematicDiagramClass parent)
                    throws java.io.IOException,
                           AutomationException
Description copied from interface: ISchematicDiagramClass
Parent diagram class of the schematic diagram class.

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

createSchematicDiagram

public ISchematicDiagram createSchematicDiagram(java.lang.String name,
                                                ISchematicDiagramContainer diagramContainer)
                                         throws java.io.IOException,
                                                AutomationException
Description copied from interface: ISchematicDiagramClass
Creates a new schematic diagram.

Specified by:
createSchematicDiagram in interface ISchematicDiagramClass
Parameters:
name - The name (in)
diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDiagram
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getSchematicDiagrams

public IEnumSchematicDiagram getSchematicDiagrams(ISchematicDiagramContainer diagramContainer)
                                           throws java.io.IOException,
                                                  AutomationException
Description copied from interface: ISchematicDiagramClass
List of the schematic diagrams related to the schematic diagram class within a specified schematic diagrams container.

Specified by:
getSchematicDiagrams in interface ISchematicDiagramClass
Parameters:
diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicDiagram
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSchematicDiagramByID

public ISchematicDiagram getSchematicDiagramByID(int iD,
                                                 ISchematicDiagramContainer diagramContainer)
                                          throws java.io.IOException,
                                                 AutomationException
Description copied from interface: ISchematicDiagramClass
Schematic diagram referenced by the specified ID from the specified schematic diagrams container.

Specified by:
getSchematicDiagramByID in interface ISchematicDiagramClass
Parameters:
iD - The iD (in)
diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDiagram
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getSchematicDiagramByName

public ISchematicDiagram getSchematicDiagramByName(java.lang.String name,
                                                   ISchematicDiagramContainer diagramContainer)
                                            throws java.io.IOException,
                                                   AutomationException
Description copied from interface: ISchematicDiagramClass
Schematic diagram referenced by the schematic diagram class with the specified Name from the specified schematic diagrams container.

Specified by:
getSchematicDiagramByName in interface ISchematicDiagramClass
Parameters:
name - The name (in)
diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in, optional, pass 0 if not required)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicDiagram
Throws:
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.

getSchematicDataset

public ISchematicDataset getSchematicDataset()
                                      throws java.io.IOException,
                                             AutomationException
Description copied from interface: ISchematicDiagramClass
Schematic dataset related to the schematic diagram class.

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

getDataSourceID

public int getDataSourceID()
                    throws java.io.IOException,
                           AutomationException
Description copied from interface: ISchematicDiagramClass
ID of the datasource related to the schematic diagram class.

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

getQueryPropertySet

public IPropertySet getQueryPropertySet()
                                 throws java.io.IOException,
                                        AutomationException
Description copied from interface: ISchematicDiagramClass
Query PropertySet related to the schematic diagram class.

Specified by:
getQueryPropertySet in interface ISchematicDiagramClass
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.

alterQuery

public void alterQuery(int dataSourceID,
                       IPropertySet propertySet)
                throws java.io.IOException,
                       AutomationException
Description copied from interface: ISchematicDiagramClass
Changes the query related to the schematic diagram class with the new specified datasource ID and the new specified query PropertySet.

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

getBuilderCLSID

public IUID getBuilderCLSID()
                     throws java.io.IOException,
                            AutomationException
Description copied from interface: ISchematicDiagramClass
Builder CLSID defined for the schematic diagram class.

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

getBuilderPropertySet

public IPropertySet getBuilderPropertySet()
                                   throws java.io.IOException,
                                          AutomationException
Description copied from interface: ISchematicDiagramClass
Builder PropertySet related to the schematic diagram class.

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

alterBuilder

public void alterBuilder(IUID uID,
                         IPropertySet propertySet)
                  throws java.io.IOException,
                         AutomationException
Description copied from interface: ISchematicDiagramClass
Changes the builder defined for the schematic diagram class with the new specified builder CLSID and the new specified builder PropertySet.

Specified by:
alterBuilder in interface ISchematicDiagramClass
Parameters:
uID - A reference to a com.esri.arcgis.system.IUID (in)
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.

getSchematicBuilder

public ISchematicBuilder getSchematicBuilder()
                                      throws java.io.IOException,
                                             AutomationException
Description copied from interface: ISchematicDiagramClass
Schematic builder defined for the schematic diagram class.

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

getLinkerCLSID

public IUID getLinkerCLSID()
                    throws java.io.IOException,
                           AutomationException
Description copied from interface: ISchematicDiagramClass
Linker CLSID defined for the schematic diagram class.

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

getLinkerPropertySet

public IPropertySet getLinkerPropertySet()
                                  throws java.io.IOException,
                                         AutomationException
Description copied from interface: ISchematicDiagramClass
Linker PropertySet related to the schematic diagram class.

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

alterLinker

public void alterLinker(IUID uID,
                        IPropertySet propertySet)
                 throws java.io.IOException,
                        AutomationException
Description copied from interface: ISchematicDiagramClass
Changes the linker defined for the schematic diagram class with the new specified linker CLSID and the new specified linker PropertySet.

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

getAlgorithmCLSID

public IUID getAlgorithmCLSID()
                       throws java.io.IOException,
                              AutomationException
Description copied from interface: ISchematicDiagramClass
Algorithm CLSID defined for the schematic diagram class.

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

getAlgorithmPropertySet

public IPropertySet getAlgorithmPropertySet()
                                     throws java.io.IOException,
                                            AutomationException
Description copied from interface: ISchematicDiagramClass
Algorithm PropertySet related to the schematic diagram class.

Specified by:
getAlgorithmPropertySet in interface ISchematicDiagramClass
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.

alterAlgorithm

public void alterAlgorithm(IUID uID,
                           IPropertySet propertySet)
                    throws java.io.IOException,
                           AutomationException
Description copied from interface: ISchematicDiagramClass
Changes the algorithm defined for the schematic diagram class with the new specified algorithm CLSID and the new specified algorithm PropertySet.

Specified by:
alterAlgorithm in interface ISchematicDiagramClass
Parameters:
uID - A reference to a com.esri.arcgis.system.IUID (in)
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.

associateElementClass

public void associateElementClass(ISchematicElementClass schematicElementClass)
                           throws java.io.IOException,
                                  AutomationException
Description copied from interface: ISchematicDiagramClass
Associates the specified schematic element class with the diagram class.

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

dissociateElementClass

public void dissociateElementClass(ISchematicElementClass schematicElementClass)
                            throws java.io.IOException,
                                   AutomationException
Description copied from interface: ISchematicDiagramClass
Dissociate the specified schematic element class from the diagram class.

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

getAssociatedElementClasses

public IEnumSchematicElementClass getAssociatedElementClasses()
                                                       throws java.io.IOException,
                                                              AutomationException
Description copied from interface: ISchematicDiagramClass
List of the schematic element classes associated with the schematic diagram class.

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