com.esri.arcgis.schematiccontrols
Interface ISchematicDisplayDiagramHelper

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EngineSchematicEnvironment, ISchematicDisplayDiagramHelperProxy

public interface ISchematicDisplayDiagramHelper
extends java.io.Serializable

COM Interface 'ISchematicDisplayDiagramHelper'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSchematicControls.olb'

Description: 'Provides access to members that help to display a schematic diagram.' 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 IIDe6ecc286_5e70_46b4_afa3_b1527cbb8ba0
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicLayer displayDiagram(ISchematicDiagram schematicDiagram, IMap[] map)
          Helper to display a diagram.
 boolean isMultiViews()
          Indicates if we want to display the diagrams in new windows.
 void setMultiViews(boolean multiViews)
          Indicates if we want to display the diagrams in new windows.
 

Field Detail

IIDe6ecc286_5e70_46b4_afa3_b1527cbb8ba0

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

displayDiagram

ISchematicLayer displayDiagram(ISchematicDiagram schematicDiagram,
                               IMap[] map)
                               throws java.io.IOException,
                                      AutomationException
Helper to display a diagram. If the map is not given as input, a new map is created and is returned as output.

Parameters:
schematicDiagram - A reference to a com.esri.arcgis.schematic.ISchematicDiagram (in)
map - A reference to a com.esri.arcgis.carto.IMap (in/out: use single element array)
Returns:
A reference to a com.esri.arcgis.schematic.ISchematicLayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMultiViews

void setMultiViews(boolean multiViews)
                   throws java.io.IOException,
                          AutomationException
Indicates if we want to display the diagrams in new windows.

Parameters:
multiViews - The multiViews (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMultiViews

boolean isMultiViews()
                     throws java.io.IOException,
                            AutomationException
Indicates if we want to display the diagrams in new windows.

Returns:
The multiViews
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.