com.esri.arcgis.schematic
Interface ISchematicBuilder

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicBuilderProxy, SchematicDiagramClass

public interface ISchematicBuilder
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic diagram builder.' 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 IIDf7c05189_af93_4430_9b68_ea4a14021571
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicDiagram generateDiagram(java.lang.String diagramName, ISchematicDiagramContainer diagramContainer, IPropertySet propertySet, ISchematicBuilderContext context, ITrackCancel cancelTracker)
          Generates a new schematic diagram implemented by the schematic diagram builder.
 void updateDiagram(ISchematicDiagram diagram, IPropertySet propertySet, ISchematicBuilderContext context, ITrackCancel cancelTracker)
          Refreshs an existing diagram implemented by the schematic diagram builder.
 

Field Detail

IIDf7c05189_af93_4430_9b68_ea4a14021571

static final int IIDf7c05189_af93_4430_9b68_ea4a14021571
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

generateDiagram

ISchematicDiagram generateDiagram(java.lang.String diagramName,
                                  ISchematicDiagramContainer diagramContainer,
                                  IPropertySet propertySet,
                                  ISchematicBuilderContext context,
                                  ITrackCancel cancelTracker)
                                  throws java.io.IOException,
                                         AutomationException
Generates a new schematic diagram implemented by the schematic diagram builder.

Parameters:
diagramName - The diagramName (in)
diagramContainer - A reference to a com.esri.arcgis.schematic.ISchematicDiagramContainer (in, optional, pass 0 if not required)
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in, optional, pass 0 if not required)
context - A reference to a com.esri.arcgis.schematic.ISchematicBuilderContext (in, optional, pass 0 if not required)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
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.

updateDiagram

void updateDiagram(ISchematicDiagram diagram,
                   IPropertySet propertySet,
                   ISchematicBuilderContext context,
                   ITrackCancel cancelTracker)
                   throws java.io.IOException,
                          AutomationException
Refreshs an existing diagram implemented by the schematic diagram builder.

Parameters:
diagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)
propertySet - A reference to a com.esri.arcgis.system.IPropertySet (in, optional, pass 0 if not required)
context - A reference to a com.esri.arcgis.schematic.ISchematicBuilderContext (in, optional, pass 0 if not required)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.