com.esri.arcgis.schematic
Interface ISchematicAnalystTraceResult

All Superinterfaces:
ISchematicAlgorithm, java.io.Serializable
All Known Subinterfaces:
ISchematicAnalystFindConnected, ISchematicAnalystFindLoops, ISchematicAnalystFindOverlappingLinks, ISchematicAnalystFindPath
All Known Implementing Classes:
ISchematicAnalystFindConnectedProxy, ISchematicAnalystFindLoopsProxy, ISchematicAnalystFindOverlappingLinksProxy, ISchematicAnalystFindPathProxy, ISchematicAnalystTraceResultProxy, SchematicAnalystFindConnected, SchematicAnalystFindLoops, SchematicAnalystFindOverlappingLinks, SchematicAnalystFindPath

public interface ISchematicAnalystTraceResult
extends ISchematicAlgorithm, java.io.Serializable

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

Description: 'Provides access to members that control the schematic analyst trace result.' 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 IID1f1d4449_c600_4635_a03a_44d218636f0f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 void clearResult()
          Release internal results of the previous trace.
 IEnumSchematicFeature getTraceResult()
          The set of schematic features detected by the trace operation.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Field Detail

IID1f1d4449_c600_4635_a03a_44d218636f0f

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

getTraceResult

IEnumSchematicFeature getTraceResult()
                                     throws java.io.IOException,
                                            AutomationException
The set of schematic features detected by the trace operation.

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

clearResult

void clearResult()
                 throws java.io.IOException,
                        AutomationException
Release internal results of the previous trace.

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