com.esri.arcgis.schematic
Class ISchematicXmlBuilderProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.schematic.ISchematicXmlBuilderProxy
All Implemented Interfaces:
ISchematicXmlBuilder, Externalizable, Serializable

public class ISchematicXmlBuilderProxy
extends com.esri.arcgis.interop.Dispatch
implements ISchematicXmlBuilder, Serializable

Provides access to members that control the Xml builder.

Description

This interface is new at ArcGIS 9.3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E
 
Constructor Summary
  ISchematicXmlBuilderProxy()
           
  ISchematicXmlBuilderProxy(Object obj)
           
protected ISchematicXmlBuilderProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String getGeneratingComponentCLSID()
          External Component classID for generating diagrams.
 String getObjectTypeMapping()
          ObjectTypeMapping.
 String getUpdatingComponentCLSID()
          External Component classID for updating diagrams.
 boolean isAutoCreateElementClasses()
          Indicates if the schematic element classes are automatically created by the schematic Xml builder.
 boolean isInitializeLinksVertices()
          Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.
 boolean isInitializeNodesPosition()
          Indicates if the initial positions for the nodes must be initialized by the schematic Xml builder.
 void readExternal(ObjectInput in)
           
 void removeListener(String iidStr, Object theListener)
           
 void setAutoCreateElementClasses(boolean pAutoCreate)
          Indicates if the schematic element classes are automatically created by the schematic Xml builder.
 void setGeneratingComponentCLSID(String pbstrCLSID)
          External Component classID for generating diagrams.
 void setInitializeLinksVertices(boolean pInitializeLinksVertices)
          Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.
 void setInitializeNodesPosition(boolean pInitializeNodesPosition)
          Indicates if the initial positions for the nodes must be initialized by the schematic Xml builder.
 void setObjectTypeMapping(String pbstrObjectTypeMapping)
          ObjectTypeMapping.
 void setUpdatingComponentCLSID(String pbstrCLSID)
          External Component classID for updating diagrams.
 void writeExternal(ObjectOutput out)
           
 
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
 

Constructor Detail

ISchematicXmlBuilderProxy

public ISchematicXmlBuilderProxy()

ISchematicXmlBuilderProxy

public ISchematicXmlBuilderProxy(Object obj)
                          throws IOException
Throws:
IOException

ISchematicXmlBuilderProxy

protected ISchematicXmlBuilderProxy(Object obj,
                                    String iid)
                             throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setGeneratingComponentCLSID

public void setGeneratingComponentCLSID(String pbstrCLSID)
                                 throws IOException,
                                        AutomationException
External Component classID for generating diagrams.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setGeneratingComponentCLSID in interface ISchematicXmlBuilder
Parameters:
pbstrCLSID - The pbstrCLSID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getGeneratingComponentCLSID

public String getGeneratingComponentCLSID()
                                   throws IOException,
                                          AutomationException
External Component classID for generating diagrams.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getGeneratingComponentCLSID in interface ISchematicXmlBuilder
Returns:
The pbstrCLSID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUpdatingComponentCLSID

public void setUpdatingComponentCLSID(String pbstrCLSID)
                               throws IOException,
                                      AutomationException
External Component classID for updating diagrams.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setUpdatingComponentCLSID in interface ISchematicXmlBuilder
Parameters:
pbstrCLSID - The pbstrCLSID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUpdatingComponentCLSID

public String getUpdatingComponentCLSID()
                                 throws IOException,
                                        AutomationException
External Component classID for updating diagrams.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getUpdatingComponentCLSID in interface ISchematicXmlBuilder
Returns:
The pbstrCLSID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAutoCreateElementClasses

public void setAutoCreateElementClasses(boolean pAutoCreate)
                                 throws IOException,
                                        AutomationException
Indicates if the schematic element classes are automatically created by the schematic Xml builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setAutoCreateElementClasses in interface ISchematicXmlBuilder
Parameters:
pAutoCreate - The pAutoCreate (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAutoCreateElementClasses

public boolean isAutoCreateElementClasses()
                                   throws IOException,
                                          AutomationException
Indicates if the schematic element classes are automatically created by the schematic Xml builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isAutoCreateElementClasses in interface ISchematicXmlBuilder
Returns:
The pAutoCreate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitializeNodesPosition

public void setInitializeNodesPosition(boolean pInitializeNodesPosition)
                                throws IOException,
                                       AutomationException
Indicates if the initial positions for the nodes must be initialized by the schematic Xml builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setInitializeNodesPosition in interface ISchematicXmlBuilder
Parameters:
pInitializeNodesPosition - The pInitializeNodesPosition (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitializeNodesPosition

public boolean isInitializeNodesPosition()
                                  throws IOException,
                                         AutomationException
Indicates if the initial positions for the nodes must be initialized by the schematic Xml builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isInitializeNodesPosition in interface ISchematicXmlBuilder
Returns:
The pInitializeNodesPosition
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setInitializeLinksVertices

public void setInitializeLinksVertices(boolean pInitializeLinksVertices)
                                throws IOException,
                                       AutomationException
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setInitializeLinksVertices in interface ISchematicXmlBuilder
Parameters:
pInitializeLinksVertices - The pInitializeLinksVertices (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInitializeLinksVertices

public boolean isInitializeLinksVertices()
                                  throws IOException,
                                         AutomationException
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isInitializeLinksVertices in interface ISchematicXmlBuilder
Returns:
The pInitializeLinksVertices
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setObjectTypeMapping

public void setObjectTypeMapping(String pbstrObjectTypeMapping)
                          throws IOException,
                                 AutomationException
ObjectTypeMapping.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
setObjectTypeMapping in interface ISchematicXmlBuilder
Parameters:
pbstrObjectTypeMapping - The pbstrObjectTypeMapping (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getObjectTypeMapping

public String getObjectTypeMapping()
                            throws IOException,
                                   AutomationException
ObjectTypeMapping.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
getObjectTypeMapping in interface ISchematicXmlBuilder
Returns:
The pbstrObjectTypeMapping
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class com.esri.arcgis.interop.Dispatch
Throws:
IOException
ClassNotFoundException