com.esri.arcgis.schematic
Interface ISchematicXmlGenerate

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicXmlGenerateProxy

public interface ISchematicXmlGenerate
extends java.io.Serializable

COM Interface 'ISchematicXmlGenerate'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control an applicative Xml plugin for generating diagrams.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcd769945_29ff_4dab_9ee7_96ca3b63e2ee
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void generateXmlData(java.lang.String diagramName, java.lang.String diagramClassName, java.lang.Object[] xmlSource, boolean[] cancel)
          XML source that will be used to generate the diagram.
 java.lang.Object getApplicationHook()
          Esri application hook (desktop application or engine application).
 void setApplicationHookByRef(java.lang.Object hook)
          Esri application hook (desktop application or engine application).
 

Field Detail

IIDcd769945_29ff_4dab_9ee7_96ca3b63e2ee

static final int IIDcd769945_29ff_4dab_9ee7_96ca3b63e2ee
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getApplicationHook

java.lang.Object getApplicationHook()
                                    throws java.io.IOException,
                                           AutomationException
Esri application hook (desktop application or engine application).

Returns:
A reference to another Automation Object (IDispatch)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplicationHookByRef

void setApplicationHookByRef(java.lang.Object hook)
                             throws java.io.IOException,
                                    AutomationException
Esri application hook (desktop application or engine application).

Parameters:
hook - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

generateXmlData

void generateXmlData(java.lang.String diagramName,
                     java.lang.String diagramClassName,
                     java.lang.Object[] xmlSource,
                     boolean[] cancel)
                     throws java.io.IOException,
                            AutomationException
XML source that will be used to generate the diagram.

Parameters:
diagramName - The diagramName (in)
diagramClassName - The diagramClassName (in)
xmlSource - A Variant (in/out: use single element array)
cancel - The cancel (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.